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