https://github.com/legraina/DynamicNurseScheduler
Revision f163424d481b435bc8d3ed633f2feffbce79fa9c authored by Antoine Legrain on 03 June 2021, 19:11:35 UTC, committed by GitHub on 03 June 2021, 19:11:35 UTC
* Major refactoring. Create a class for each  type of constraints and moved them in the constraints folder. Each constraints handles the dual cost and the addition of a new column to the constraints. It's a generic process now. It will ease the implemtation of new constraints. Under debug currently.

* Working refactoring.

* Can run several benchmarks in sequencial.

* Stop diving when the gap is small enough.

* Working LNS with rotation.

* Add tests for rolling horizon - LNS.

* Move DualCosts  in SubProblem.
1 parent 4f3bb7b
Raw File
Tip revision: f163424d481b435bc8d3ed633f2feffbce79fa9c authored by Antoine Legrain on 03 June 2021, 19:11:35 UTC
Mp constraints (#89)
Tip revision: f163424
requirements.txt
certifi==2020.4.5.1
cpplint==1.4.5
PyYAML==5.3.1
back to top