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.
- Host: GitHub
- URL: https://github.com/optapy/optapy-quickstarts
- Owner: optapy
- License: apache-2.0
- Created: 2022-03-23T18:29:18.000Z (almost 4 years ago)
- Default Branch: stable
- Last Pushed: 2023-04-25T18:14:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T02:58:20.775Z (over 1 year ago)
- Language: Python
- Size: 1.82 MB
- Stars: 20
- Watchers: 3
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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].