hello world! I am implementing an [Automatic exam time table], I searched about the related works for this project and i found most of the people used [CSP algorithm] for satisfying the constraints[rooms_capicty, overlapping_exams, … ] and [genetic algorithm] for optimization of the schedule. So i need to make a program to combine these two algorithms!
So, if anyone has implement something like that before, can he says to me how the program flow should be and how the things should work in an overall view, how this 2 algorithms can work with each other or i could just implement it with[ CSP]? Thanks!