Geoffrey De Smet

Results 86 issues of 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...

release-automation

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

process/needs triage

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

enhancement
process/needs triage

An arrival time shadow variable shouldn't be much more than: ``` arrivalTime = previous.departureTime + travelTime(previous, this) ``` See Chris's designs.

enhancement
process/needs triage

Both of these are stale. Adjust the docs accordingly.

process/needs triage

![image](https://github.com/TimefoldAI/timefold-solver/assets/176880/04e8e7b6-85ec-4b41-a052-bc3f51280322) the Y axis should go to zero

papercut

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

enhancement
process/needs triage