An open API service indexing awesome lists of open source software.

https://github.com/optapy/optapy-quickstarts

OptaPy quick starts for AI optimization: showcases many different use cases.
https://github.com/optapy/optapy-quickstarts

Last synced: 12 months ago
JSON representation

OptaPy quick starts for AI optimization: showcases many different use cases.

Awesome Lists containing this project

README

          

= OptaPy Quickstarts

== Overview of all Quickstarts

|===
|Quickstart | Binder Link

a|* <>
* <>
* <>

a|* https://mybinder.org/v2/gh/optapy/optapy-quickstarts/stable?filepath=school-timetabling/school-timetabling-quickstart.ipynb[image:https://mybinder.org/badge_logo.svg[Binder]]
* https://mybinder.org/v2/gh/optapy/optapy-quickstarts/stable?filepath=vehicle-routing/vehicle-routing-quickstart.ipynb[image:https://mybinder.org/badge_logo.svg[Binder]]
* Not Available
|===

== Get started

Click the binder link to open the quickstart's notebook and run it in your browser.

== Quickstarts

[[school-timetabling]]
=== School timetabling

https://mybinder.org/v2/gh/optapy/optapy-quickstarts/stable?filepath=school-timetabling/school-timetabling-quickstart.ipynb[image:https://mybinder.org/badge_logo.svg[Binder]]

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

image::images/school-timetabling-screenshot.png[]

* link:school-timetabling/README.adoc[Run the school timetabling quickstart locally]

[[vehicle-routing]]
=== Vehicle routing

https://mybinder.org/v2/gh/optapy/optapy-quickstarts/stable?filepath=vehicle-routing/vehicle-routing-quickstart.ipynb[image:https://mybinder.org/badge_logo.svg[Binder]]

Find the most efficient routes for a fleet of vehicles.

image::images/vehicle-routing-screenshot.png[]

* link:vehicle-routing/README.adoc[Run the vehicle routing quickstart locally]

[[employee-scheduling]]
=== Employee scheduling

Assign employees to shifts to improve shifts schedule.

image::images/employee-scheduling-screenshot.png[]

* link:employee-scheduling/README.adoc[Run the employee scheduling quickstart locally]

== More information

Learn more on https://www.optapy.org[www.optapy.org].