Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 663 Bytes

File metadata and controls

36 lines (29 loc) · 663 Bytes

School Timetabling (Java, Maven or Gradle)

Assign lessons to timeslots and rooms to produce a better schedule for teachers and students.

Run the application

  1. Git clone the optaplanner-quickstarts repo:

    $ git clone https://github.com/kiegroup/optaplanner-quickstarts.git
    ...
    $ cd optaplanner-quickstarts/hello-world
  2. 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.

More information