Is it possible to add a constraint to limit each teacher's work to 24 hours per week? I am currently working in an institution where timetables and course offerings are done manually, very hideous, and often causes clashes and conflicts. I'm starting to learn FET, and this might help. We do have a strict limit of 24 hours of work per week, looking for help, thank you in advance. :)
I do not understand. Do you mean number of working hours for the teacher + gaps for the teacher <= 24? You need to use max gaps per week constraints in this case, one for each teacher. There is no simpler solution, and it would not be useful to add exactly your constraint, in my opinion.