This is the thirty first part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hello! Today we once again take a look at Students Placement Problem. We already know how to define it, add constraints, maximize students happiness, and what … Continue reading ILP Part 31 — Students Placement Problem Part 10 — Fixing plan
Tag: Students Placement Problem
ILP Part 26 — Students Placement Problem Part 9 — Coefficients
This is the twenty sixth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hello! Today we are going to discuss the case of coefficients for cost function. Let’s begin. What is important? We already know how to maximize students’ … Continue reading ILP Part 26 — Students Placement Problem Part 9 — Coefficients
ILP Part 25 — Students Placement Problem Part 8 — Unlucky person
This is the twenty fifth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hello! This time we implement another part of our cost function, the happiness of most unlucky person. Let’s go. Happiness of collective Throughout previous parts we … Continue reading ILP Part 25 — Students Placement Problem Part 8 — Unlucky person
ILP Part 24 — Students Placement Problem Part 7 — Teams
This is the twenty fourth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hello. Today we are going to handle teams in our cost function. We already implemented teams as constraints, however, this time we are going to express … Continue reading ILP Part 24 — Students Placement Problem Part 7 — Teams
ILP Part 23 — Students Placement Problem Part 6 — Days off
This is the twenty third part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hi all! Last time we saw how to handle continuous classes for students. Today we are going to consider students who prefer to have as many … Continue reading ILP Part 23 — Students Placement Problem Part 6 — Days off