potassco / potassco/constraint-handler
More recoverable operators.
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 20
Description
We could add more recoverable operators:
mult: if 0 is among the argumentsisin: if the set is empty,badis not in it
There are others that are more "exotic" or introduce more complexity or side-effects:
min: if one of the arguments is#infmax: if one of the arguments is#supisin: when one can find the looked for value, it's irrelevant whether a set contains bad.unioninterlength
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 by locating the existing recoverable-operator implementation and its tests, then compare the straightforward cases in issue #203 with the more exotic cases listed there. Done means the selected additional operators recover the specified conditions and have tests covering those behaviors; the issue does not define which exotic cases to include.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100