TimefoldAI / TimefoldAI/timefold-solver
Service: Add support for validation of the planning solution
@rsynek is already working on this.
Since Jul 3, 2026.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 228
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 46
Description
Is your feature request related to a problem? Please describe.
When validating user input, there are scenarios for which validation of the DTOs alone is not sufficient anymore. Users might submit data with assignments that are already violating a constraint. Detailed validation would lead to code duplication between constraints and validation.
Describe the solution you'd like
Have a second validation phase (probably after enrichment) in the solver service, that validates the actual planning solution and not just the user input. The user input validation could be seen as syntactic validation, while the planning solution validation would be more about semantics.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.