TimefoldAI / TimefoldAI/timefold-solver
Need a way to filter out moves which would create inconsistent variables
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 228
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 46
Description
At the moment, we struggle with moves that cause inconsistencies in shadow variables. These moves are possibly absolutely pointless, and there should be an easy way to filter them out.
Unfortunately, we do not expose any information for that to be possible; the users would need to reimplement the DSV dependency logic in their filters to make it happen.
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
No file or test is named in the issue. Start by tracing the shadow-variable and DSV dependency logic alongside the filtering path; done means filters can access inconsistency information and exclude such moves without reimplementing that dependency logic, with coverage for the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100