Relative Content

Tag Archive for javaoptimizationlinear-programmingor-tools

How to set specific array-constraints with the Google OR Tools?

at the moment I am trying to solve a specific problem in which employees are voting for advanced training courses from a scale of 1 to 10. Not all courses will be offered and not every employee can participate in every course. I am trying to write a program in Java using Google OR Tools which automatically assigns two courses to the employees. A course needs at least 10 paticipants. Per course there is a limit of 30 participants.