Skip to content

Files

Latest commit

522730c · Sep 4, 2023

History

History
This branch is 1 commit behind kiegroup/optaplanner-quickstarts:8.x.

hello-world

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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