@@ -16,7 +16,7 @@ a|* <<school-timetabling, School timetabling>>
16
16
* <<order-picking, Order Picking>>
17
17
* <<employee-scheduling, Employee Scheduling>>
18
18
* <<food-packaging, Food packaging>>
19
- * <<vehicle-routing-capacity, Vehicle Routing with capacity>>
19
+ * <<vehicle-routing-with- capacity, Vehicle Routing with capacity>>
20
20
21
21
a|* link:use-cases/school-timetabling/README.adoc[Quarkus] (Java, Maven or Gradle, Quarkus, H2)
22
22
* link:technology/java-spring-boot/README.adoc[Spring Boot] (Java, Maven or Gradle, Spring Boot, H2)
@@ -49,7 +49,6 @@ $ ./runQuickstartsFromSource.sh
49
49
50
50
== Use cases
51
51
52
- [#school-timetabling]
53
52
=== School timetabling
54
53
55
54
Assign lessons to timeslots and rooms to produce a better schedule for teachers and students.
@@ -65,7 +64,6 @@ Without a UI:
65
64
66
65
* link:hello-world/README.adoc[Run hello-world-school-timetabling] (Java, Maven or Gradle)
67
66
68
- [#facility-location]
69
67
=== Facility location problem
70
68
71
69
Pick the best geographical locations for new stores, distribution centers, covid test centers or telco masts.
@@ -74,7 +72,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
74
72
75
73
* link:use-cases/facility-location/README.adoc[Run quarkus-facility-location] (Java, Maven, Quarkus)
76
74
77
- [#maintenance-scheduling]
78
75
=== Maintenance scheduling
79
76
80
77
Schedule maintenance jobs to crews over time to reduce both premature and overdue maintenance.
@@ -83,7 +80,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
83
80
84
81
* link:use-cases/maintenance-scheduling/README.adoc[Run quarkus-maintenance-scheduling] (Java, Maven, Quarkus)
85
82
86
- [#call-center]
87
83
=== Call center
88
84
89
85
Schedule incoming calls to employees matching skills and availability.
@@ -92,7 +88,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
92
88
93
89
* link:use-cases/call-center/README.adoc[Run quarkus-call-center] (Java, Maven, Quarkus)
94
90
95
- [#vaccination-scheduling]
96
91
=== Vaccination scheduling
97
92
98
93
Assign people to vaccination injection appointments over time at vaccination centers to end a pandemic sooner.
@@ -101,7 +96,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
101
96
102
97
* link:use-cases/vaccination-scheduling/README.adoc[Run quarkus-vaccination-scheduling] (Java, Maven, Quarkus)
103
98
104
- [#order-picking]
105
99
=== Order Picking
106
100
107
101
Generate an optimal picking plan for completing a set of orders.
@@ -110,7 +104,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
110
104
111
105
* link:use-cases/order-picking/README.adoc[Run quarkus-order-picking] (Java, Maven, Quarkus)
112
106
113
- [#employee-scheduling]
114
107
=== Employee Scheduling
115
108
116
109
Schedule shifts to employees, accounting for employee availability and shift skill requirements.
@@ -119,7 +112,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
119
112
120
113
* link:use-cases/employee-scheduling/README.adoc[Run quarkus-employee-scheduling] (Java, Maven, Quarkus)
121
114
122
- [#food-packaging]
123
115
=== Food Packaging
124
116
125
117
Schedule food packaging orders to manufacturing lines, to minimize downtime and fulfill all orders in time.
@@ -128,7 +120,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
128
120
129
121
* link:use-cases/food-packaging/README.adoc[Run quarkus-food-packaging] (Java, Maven, Quarkus)
130
122
131
- [#vehicle-routing-capacity]
132
123
=== Vehicle Routing with capacity
133
124
134
125
Find the most efficient routes for a fleet of vehicles.
@@ -137,7 +128,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
137
128
138
129
* link:use-cases/vehicle-routing-capacity/README.adoc[Run quarkus-vehicle-routing] (Java, Maven, Quarkus)
139
130
140
- [#timefold-solver-examples]
141
131
=== Timefold examples (desktop)
142
132
143
133
Many examples in desktop technology.
0 commit comments