You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODOS
- [x] `compute_new` and all the others should be removed or refactored
- [x] There used to be an option for turning off clause-minimisation
- [x] TODOs in conflict analysis
- [x] Restore test cases in constraint satisfaction solver
- [x] Proof logging
- [x] Core extraction
- [x] `get_conflict_info` now clones but should not
- [x] Doc tests
- [x] Refactor `get_reason_simple`
- [x] Check python interface
- [x] Remove the backtracking method from conflict analysis context
Issues:
- Closes#116
- Closes#81
- Closes#25
- Closes#3
---------
Co-authored-by: Maarten Flippo <[email protected]>
Hi,
I'm using Pumpkin to generate a proof of an unsatisfiable jobshop model.
I got a some error triggered in the solver:
The code below should generate a minimal-ish example (it's still quite elaborate...)
When disabling the proof-logging it works fine.
Currently running on the main branch (commit
c1dd091
)The text was updated successfully, but these errors were encountered: