ILP Part 22 — Students Placement Problem Part 5 — Continuous Classes

This is the twenty second part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Last time we saw how to include preferences points in the cost function. Today we are going to implement yet another nice feature of our scheduling … Continue reading ILP Part 22 — Students Placement Problem Part 5 — Continuous Classes

ILP Part 21 — Students Placement Problem Part 4 — Basic cost function

This is the twenty first part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra So far, we have defined constraints which make our final solution “feasible”. The students will likely not be very happy with their schedules, but they will … Continue reading ILP Part 21 — Students Placement Problem Part 4 — Basic cost function

ILP Part 20 — Students Placement Problem Part 3 — Useful constraints

This is the twentieth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Last time we defined necessary constraints for students placement problem. Today we are going to implement something similar. We will still focus on defining requirements for schedule … Continue reading ILP Part 20 — Students Placement Problem Part 3 — Useful constraints

ILP Part 19 — Students Placement Problem Part 2 — Necessary constraints

This is the nineteenth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra In previous part we introduced Students Placement Problem. Today we start implementing it using ILP. We will define the variables and consider constraints which are required. We … Continue reading ILP Part 19 — Students Placement Problem Part 2 — Necessary constraints

ILP Part 18 — Students Placement Problem Part 1 — Introduction

This is the eighteenth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hi! In this part of ILP series we start another series — Students Placement Problem. Today we will see the description of the problem and will try … Continue reading ILP Part 18 — Students Placement Problem Part 1 — Introduction