Geoffrey De Smet
Geoffrey De Smet
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...
The Timefold Container Registry ( https://github.com/orgs/TimefoldAI/packages ) should contain a docker image with the latest stable showcase so users can easily try it out. That showcase container image should be...
(epic) Nearby selection swaps with A with the 40 nearest locations from A, favoring the nearest most (parabolic distribution). Dynamic nearby selection swaps A with any location that is at...
Currently the Solver(Manager) only support Best Solution events. Motivation: 1) Show how much our advanced algorithms improved the score (or score analysis). For example: 20% less driving time. 2) When...
An arrival time shadow variable shouldn't be much more than: ``` arrivalTime = previous.departureTime + travelTime(previous, this) ``` See Chris's designs.
Remove or refactor serverlessCloudArchitecture.png/svg and realTimePlanningCloudArchitecture.png/svg
Both of these are stale. Adjust the docs accordingly.
 the Y axis should go to zero
ProblemFact changes are tedious to use: for every possible change, you need to write a custom problem fact change. Alternatively allow this workflow: - User submits a problem, solving start...
**Motivation:** In use cases with a fairness or load balancing constraint, alongside other soft constraints, the only practical way to write that constraint is using the `sqrt(sum(x²))` pattern. In the...