Assign lessons to timeslots and rooms to produce a better schedule for teachers and students.
-
Git clone the optaplanner-quickstarts repo:
$ git clone https://github.com/kiegroup/optaplanner-quickstarts.git ... $ cd optaplanner-quickstarts/hello-world
-
Start the application with Maven:
$ mvn verify ... $ java -jar target/hello-world-run.jar
or with Gradle:
$ gradle run
Look for the planning solution in the console log.
Visit www.optaplanner.org.