The icon of the project
Timefold
Solve planning and scheduling with AI constraint optimization of vehicle routes, employee rosters, maintenance, tasks, lessons, conferences, ...

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add ai.timefold.solver:timefold-solver-quarkus

Maven

./mvnw quarkus:add-extension -Dextensions="ai.timefold.solver:timefold-solver-quarkus"

Gradle

./gradlew addExtension --extensions="ai.timefold.solver:timefold-solver-quarkus"