I'm new to OptaPlanner and still getting a hang of it. I'm currently going through the OptaPlanner School timetable Use Case. I need to do more tweaking there. Assume I have a list of students, and I want to use Optaplanner to assign those students to studentGroup in Lesson Class based on the capacity of a room.
I have added a capacity attribute to the Room class. since Lesson already has studentGroup variable, I need to assign students to that Lesson who are in the same studentGroup till number of students reaches the Room capacity.