F
F
Filipp422021-01-16 19:45:44
Lisp
Filipp42, 2021-01-16 19:45:44

How to implement scheduling?

You need to write a program that generates a schedule. It should take a number of parameters that describe the school and return a lesson schedule.
The parameters are something like this:
List of subjects, and the number of hours per week per subject for each class.
List of classrooms that are suitable for conducting specific classes
List of teachers, their rate.
List of other private restrictions.

Please tell me the way to solve this problem. Whether dynamic programming, genetic algorithms, or even a simple enumeration of options is applicable here. Whom to consult, what to read?
Thanks

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question