/optaplanner-quickstarts

A repository with OptaPlanner quickstarts

Primary LanguageJava

OptaPlanner Quickstarts

Get started

To get started with OptaPlanner, clone this repository to build and run these Quickstarts from source:

$ git clone git@github.com:kiegroup/optaplanner-quickstarts.git
...
$ cd optaplanner-quickstarts
$ ./runQuickstartsFromSource.sh

Requirements:

Overview

School timetabling

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

quarkus school timetabling screenshot

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

Vaccination scheduling

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

quarkus vaccination scheduling screenshot

OptaWeb Vehicle Routing

Find the most efficient routes for a fleet of vehicles.

optaweb vehicle routing screenshot

OptaWeb Employee Rostering

Assign employees to shifts to improve shifts schedule.

optaweb employee rostering screenshot

OptaPlanner examples (desktop)

Many examples in desktop technology.

optaplanner examples screenshot

More information