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
History
Tip revision: f163424d481b435bc8d3ed633f2feffbce79fa9c authored by Antoine Legrain on 03 June 2021, 19:11:35 UTC
Mp constraints (#89)
Tip revision: f163424
File Mode Size
.github
BCPDocker
CMakeDocker
benchmark
datasets
main
paramfiles
references
scripts
src
.dockerignore -rw-r--r-- 202 bytes
.gitignore -rw-r--r-- 696 bytes
CMakeLists.txt -rw-r--r-- 1.8 KB
CONTRIBUTING.md -rw-r--r-- 828 bytes
CONTRIBUTORS.md -rw-r--r-- 265 bytes
DOCKER.md -rw-r--r-- 1.5 KB
Dockerfile -rw-r--r-- 909 bytes
DockerfileValgrind -rw-r--r-- 701 bytes
INSTALL.md -rwxr-xr-x 3.4 KB
INSTALL.sh -rwxr-xr-x 639 bytes
LICENSE -rwxr-xr-x 1.1 KB
README.md -rwxr-xr-x 10.7 KB
README_Pricer.md -rwxr-xr-x 867 bytes
Simulator.jar -rwxr-xr-x 84.8 KB
action.yml -rw-r--r-- 688 bytes
docker-compose.yml -rw-r--r-- 253 bytes
docker-entrypoint.sh -rwxr-xr-x 6.0 KB
make.bcp -rwxr-xr-x 2.6 KB
make.coin -rwxr-xr-x 1.9 KB
requirements.txt -rw-r--r-- 49 bytes
run-actions.py -rwxr-xr-x 2.6 KB
run-benchmark.py -rwxr-xr-x 5.0 KB
validator.jar -rwxr-xr-x 14.9 MB
validator.sh -rwxr-xr-x 739 bytes

README.md

back to top