Solver Community
Open-source, Apache 2.0. The full constraint solver engine, free forever.
Free & Open Source
Apache 2.0 open source
Solve any scheduling or routing problem
- Any use case
Optimize any vehicle routing problem, employee scheduling, job shop scheduling or other problem with one unified solver. Even hybrid cases.
- Any constraint
Implement all business requirements as readable code. Not PhD-level math equations. No linear limitations or otherwise. Unit test every hard, medium and soft constraint.
- Scale from five to 5,000 assignments
Under the hood, the incremental heuristic solver combines flexible (meta)heuristic algorithms (such as Tabu Search, Simulated Annealing and Late Acceptance) with innovative delta score calculation to scale automatically.
- Object oriented design
Model the scheduling input and output data naturally in domain classes. Define shadow variables to enrich your domain classes with fields that update automatically during solving.
- Quarkus and Spring Boot ready
Plug in the Quarkus or Spring Boot extension. All payload objects are JSON-friendly.
Support
- Community (SO, Github, Discord)
- Full Documentation