The Quarkus extension for OptaPlanner enriches your project with the typical supersonic subatomic Java benefits, such as:
Instantaneous refresh during development
Increased performance (both bootstrap and runtime)
Reduced memory usage
Native executable compilation (optional)
Run the quick start yourself:
Git clone https://github.com/kiegroup/optaplanner-quickstarts
Descend into the directory quarkus-school-timetabling
Run mvn quarkus:dev
Open http://localhost:8080 in your browser and click on the Solve button.
Or try any of the other Quarkus quickstarts there for other use cases!
runQuickstarts.sh
(Linux/macOS)runQuickstarts.bat
(Windows).