--
You received this message because you are subscribed to the Google Groups "lp_solve" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lp_solve+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lp_solve/8c0944ba-44d4-436a-81bc-57396b767a24n%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The goal of the model is to optimize classroom assignments, maximizing priority for essential courses while respecting constraints like limited classroom capacity, professors' schedule restrictions, and the need for consecutive time slots for some courses. The problem includes additional conditions such as varying numbers of classrooms and courses, with adjustments in instance sizes for small, medium, and large test cases.
The objective is to develop an LP model that efficiently allocates classrooms, ensuring all essential courses have a classroom, while optional courses are assigned based on available space.
PD: I think that the problem is in the final line, i.e the nature of variables that is being declarated, because of that lpsolve gives you a message that the lower bound (or upper bound) on variable was redefined as you can see in the attached image: