Timefold Solver 2.0.0-beta-2
In this second beta release of Timefold Solver, we are bringing some features and quality of life improvements. Before we release the final version, we may still change or remove some APIs, and we will still introduce more documentation.
We are grateful to everyone in our community who decide to help us test this release. Check out our migration documentation to help you with the transition.
Changelog
🚀 Features
- Enable the contain* family of joiners
- Add replaceValue... methods to MutableSolutionView (#2180)
🐛 Fixes
- Provide a more accurate problem scale log (#2183)
🔄️ Changes
- Remove constraint collector int overloads (#2190)
Contributors
We'd like to thank the following people for their contributions:
- Christopher Chianelli (@Christopher-Chianelli)
- Frederico Gonçalves (@zepfred)
- Lukáš Petrovický (@triceo)
Timefold Solver Community Edition is an open source project, and you are more than welcome to contribute as well! For more, see Contributing.
Should your business need to scale to truly massive data sets or require enterprise-grade support, check out Timefold Solver Enterprise Edition. Timefold Solver Enterprise Edition requires a license.
How to use Timefold Solver
To see Timefold Solver in action, check out the quickstarts.
With Maven or Gradle, add the ai.timefold.solver : timefold-solver-core : 2.0.0-beta-2 dependency in your pom.xml to get started.
You can also import the Timefold Solver Bom (ai.timefold.solver : timefold-solver-bom : 2.0.0-beta-2)
to avoid duplicating version numbers when adding other Timefold Solver dependencies later on.
Additional notes
The changelog and the list of contributors above are automatically generated. It excludes contributions to certain areas of the repository, such as CI and build automation. This is done for the sake of brevity and to make the user-facing changes stand out more.