Extended OptaPlanner playground for school timetable. Inspired by OptaPlanner excellent manual: https://docs.optaplanner.org/7.44.0.Final/optaplanner-docs/html_single/index.html#quickStart
To run the samples
./solve.sh
or just
curl -i -X POST -d @problemSpace2.json http://localhost:8080/timeTable/solve -H "Content-Type:application/json"
To build img:
build docker .
To run the container:
docker run -p 8080:8080 --name sombrero $imageId