timefold-quickstarts icon indicating copy to clipboard operation
timefold-quickstarts copied to clipboard

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 sc...

Results 21 timefold-quickstarts issues
Sort by recently updated
recently updated
newest added

Ability to import a json file as the loaded problem/solution and export the loaded problem/solution as a json file. Motivation: very useful during the POC process.

enhancement

Aligns to our documentation & videos. - [ ] vehicle-routing (UI only) - [ ] maintenance-scheduling - [ ] food-packaging

By having a list of all hard, medium, soft constraints - not a detailed spec, but a high-level description, an inventory - it easier to see the value of each...

- [ ] Switch to HardMediumSoftLongScore. - [ ] Use allowsUnassigned=true - [ ] New medium constraint: Penalize unassigned visits by duration (not by count) - [ ] Unit test...

enhancement

The score itself does not tell users why the solution is good or bad. Each quickstart should provide explanation by using constraint matches in the UI.

enhancement

For sewer maintenance, train tracks maintenance, trash collection door-to-door, mailman delivery, parking meter checking, etc.

Let's do a design meeting to create a ui-tools module?

### Discussed in https://github.com/TimefoldAI/timefold-solver/discussions/385 Originally posted by **mcimbora** October 31, 2023 Let's say we've got a model similar to this: ``` ManufacturingLine List jobs ``` ``` Job List predecessorJobs List...

All of the quickstarts should have a maven profile that adds the enterprise jars, so it's easy to test how they behave with multitheaded solving. Furthermore, the VRP variants should...

- [ ] timetable reference in `showError("Getting timetable has failed.", xhr);` - [ ] Show score next to solve button, so it's visible from any tab - [ ] One-off...