choco-solver
choco-solver copied to clipboard
[FEATURE] Remove unpost() method
The idea is to remove unpost(Constraint... cstrs) method as it leads to a lot of confusion and the solver was not conceived for such a feature.
What would be the correct way to remove Constraints?
But, if removed the unpost(Constraint... cstrs) method what would be the new way to implement QuickXPlain?
See this link: Issue 509