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

The open source Solver AI for Java, Python and Kotlin to optimize scheduling and routing. Solve the vehicle routing problem, employee rostering, task assignment, maintenance scheduling and other plann...

Results 150 timefold-solver issues
Sort by recently updated
recently updated
newest added

sourced from [#555](https://github.com/TimefoldAI/timefold-solver/discussions/555#discussioncomment-8109745) In one of my scenarios, real-time planning was used for task scheduling. I set the solver to Daemon to receive new tasks or delete tasks at any...

process/needs triage

PoC here: https://github.com/Christopher-Chianelli/timefold-solver/tree/feat/ruin-moves https://timefold.slack.com/archives/C04PQNRTJVD/p1720503735957709 We need to determine if these moves are useful and worth the cost. - Does it improve the solutions for small problems, for large ones, or...

enhancement

enhancement
process/needs triage

Let's say I use search input in online documentation and search for "probabilistic" If I select any of the top 2 items containing the match in subsection title, I get...

The gizmo generated runtime code should not import io.gizmo. ![image](https://github.com/TimefoldAI/timefold-solver/assets/176880/e87baf96-bc54-48f1-9deb-ad8a63a3e3cc) The (MemberAccessor)Factory should generate the bytecode for non-quarkus cases and require gizmo on classpath at runtime. Quarkus does that during...

From https://blog.jetbrains.com/kotlin/2023/07/introducing-kotlin-notebook/#notebook-dependencies > Remembering and locating Maven coordinates can be a cumbersome task. To simplify this process, we’ve introduced a smarter and more convenient method for loading popular libraries. Simply...

enhancement
process/needs triage
kotlin

Reqs: - Hashtable index performance/scalability - Intersecting: Person Ann and Beth have a hobby in common, so they can sit at the same table. - Disjoint: Talk A and B...

When Spring Boot release a new minor/major version (think 3.3.0, 3.4.0, etc), we need to: - test our latest release against it (with a CI job) and - Update the...

bug
process/needs triage

Instead it should just log that it couldn't do anything. To reproduce, solve a ListVariable VRP (= quickstart) with an empty Visit list. To see how it should behave -...