Hi everybody,
I'm trying to solve a minimax problem and i have to put down a model to plan a weekly time schedule of a class. Every subject is characterized by a load, and the objective is to minimize the maximum workload every day. Plus, every teacher (=course) has a table (teachers_availability) in which he can indicate, every period of every day, if he's available (1) or not (0).
I know that in a minimax problem I have to put the non-linear relation in the constraints and use a "support variable" (called y in this case).
But when i run it it gives me a syntax error.
What is that I'm doing wrong? I'm attaching the code so you can take a quick look, it's very short I promise :)
Thank you very much!
Silvia