Skip to content

Get started with Timefold quickstarts here. Timefold is the successor of OptaPlanner, by the OptaPlanner team. Optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling and other planning problems

License

Notifications You must be signed in to change notification settings

ulrich-grossmann/timefold-quickstarts

 
 

Repository files navigation

Timefold Quickstarts

Planning optimization made easy.
timefold.ai

Overview of all Quickstarts

Use case quickstarts Technology quickstarts
  • Quarkus (Java, Maven or Gradle, Quarkus)

  • Spring Boot (Java, Maven or Gradle, Spring Boot)

  • Kotlin (Kotlin, Maven, Quarkus)

Get started

Run the Timefold quickstarts now:

  1. Install JDK 17 or later with JAVA_HOME configured appropriately. For example with Sdkman:

    $ curl -s "https://get.sdkman.io" | bash
    $ sdk install java
  2. Clone this repository to build and run the quickstarts showcase:

    $ git clone https://github.com/TimefoldAI/timefold-quickstarts.git
    $ cd timefold-quickstarts
    $ ./runQuickstartsFromSource.sh

Use cases

School timetabling

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

quarkus school timetabling screenshot

Without a UI:

Facility location problem

Pick the best geographical locations for new stores, distribution centers, covid test centers or telco masts.

quarkus facility location screenshot

Maintenance scheduling

Schedule maintenance jobs to crews over time to reduce both premature and overdue maintenance.

quarkus maintenance scheduling screenshot

Call center

Schedule incoming calls to employees matching skills and availability.

quarkus call center screenshot

Vaccination scheduling

Assign people to vaccination injection appointments over time at vaccination centers to end a pandemic sooner.

quarkus vaccination scheduling screenshot

Order Picking

Generate an optimal picking plan for completing a set of orders.

quarkus order picking screenshot

Employee Scheduling

Schedule shifts to employees, accounting for employee availability and shift skill requirements.

quarkus employee scheduling screenshot

Food Packaging

Schedule food packaging orders to manufacturing lines, to minimize downtime and fulfill all orders in time.

quarkus food packaging screenshot

Vehicle Routing

Find the most efficient routes for vehicles to reach customers, taking into account vehicle capacity and time windows when customers are available. Sometimes also called "CVRPTW".

quarkus vehicle routing screenshot

Timefold examples (desktop)

Many examples in desktop technology.

timefold solver examples screenshot

Run the application

  1. Git clone the timefold-solver repo and navigate to this directory:

    $ git clone https://github.com/TimefoldAI/timefold-solver.git
    ...
    $ cd timefold-solver/examples
  2. Start the application with Maven:

    $ mvn exec:java

Timefold Quickstarts was forked on 20 April 2023 from OptaPlanner Quickstarts, which was entirely Apache-2.0 licensed (a permissive license).

Timefold Quickstarts is a derivative work of OptaPlanner Quickstarts, which includes copyrights of the original creator, Red Hat Inc., affiliates and contributors, that were all entirely licensed under the Apache-2.0 license. Every source file has been modified.

About

Get started with Timefold quickstarts here. Timefold is the successor of OptaPlanner, by the OptaPlanner team. Optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling and other planning problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.1%
  • JavaScript 19.9%
  • HTML 7.4%
  • Kotlin 5.6%
  • CSS 0.0%
  • Batchfile 0.0%