TimefoldAI / TimefoldAI/timefold-solver
Consider removing the AbstractSimpleModel
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 228
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 46
Description
As pointed out in the documentation:
"With only the trivial convertor in place, constraint weight overrides submitted in a request are silently dropped: the request succeeds, but the override never reaches the solver".
Nothing should be silently dropped. Consider improving the class to allow applying the overrides or, if not possible, dropping the class.
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.
Research direction
Start with AbstractSimpleModel and the documentation passage about constraint weight overrides being silently dropped. Trace how request overrides are handled and decide whether the class can apply them or should be removed; done means overrides are no longer silently lost, or the class is dropped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- ai
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100