Uses of Class
org.chocosolver.solver.constraints.nary.alldifferent.PropAllDiffAC
-
Packages that use PropAllDiffAC Package Description org.chocosolver.solver.constraints.nary.alldifferent -
-
Uses of PropAllDiffAC in org.chocosolver.solver.constraints.nary.alldifferent
Subclasses of PropAllDiffAC in org.chocosolver.solver.constraints.nary.alldifferent Modifier and Type Class Description class
PropAllDiffAdaptative
Probabilistic Propagator for AllDifferent AC constraint for integer variables introduced to avoid loosing too much time in AC propagation when BC is sufficientss The more this propagator triggers filtering and failure, the more likely it will be called If it does not bring improvement, this propagator will be called less during search
-