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!
OptaPlanner is an AI constraint solver. It optimizes planning and scheduling problems, such as the Vehicle Routing Problem, Employee Rostering, Maintenance Scheduling, Task Assignment, School Timetabling, Cloud Optimization, Conference Scheduling, Job Shop Scheduling, Bin Packing and many more. Every organization faces such challenges: assign a limited set of constrained resources (employees, assets, time and/or money) to provide products or services. OptaPlanner delivers more efficient plans, which reduce costs and improve service quality.
OptaPlanner is a lightweight, embeddable planning solver. It enables everyday Java programmers to solve optimization problems efficiently. It is also compatible with other JVM languages (such as Kotlin and Scala). Constraints apply on plain domain objects and can call existing code. There's no need to input constraints as mathematical equations. Under the hood, OptaPlanner combines sophisticated Artificial Intelligence optimization algorithms (such as Tabu Search, Simulated Annealing, Late Acceptance and other metaheuristics) with very efficient score calculation and other state-of-the-art constraint solving techniques.
OptaPlanner is open source software, released under the Apache License. It is written in 100% pure Java™, runs on any JVM and is available in the Maven Central repository too. It works with Quarkus and Spring Boot.
examples/runExamples.sh
examples/runExamples.bat
Read a
Quick Start
guide
or git clone
optaplanner-quickstarts.
Want to talk to the experts? Red Hat offers certified binaries with enterprise consulting. Contact optaplanner-info for more information.