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
Fix #240: add notmember(IntVar, SetVar) constraint (more efficient than not(member))
Fix #225: fix PropCostRegular, wrt to S.Demassey instructions.
Fix #229: create MasterSolver and SlaveSolver classes to deal with multi-thread resolution
+ add external configuration of the search strategy through a binder
fix #234: improve reification (presolve and less overheads). As a side effect, reification constraints are automatically posted and cannot be reified directly.