Uses of Class
org.chocosolver.solver.constraints.nary.clauses.PropSignedClause
-
Packages that use PropSignedClause Package Description org.chocosolver.solver.constraints.nary.clauses -
-
Uses of PropSignedClause in org.chocosolver.solver.constraints.nary.clauses
Methods in org.chocosolver.solver.constraints.nary.clauses that return PropSignedClause Modifier and Type Method Description static PropSignedClause
PropSignedClause. makeFromIn(IntVar[] vars, IntIterableRangeSet[] ranges)
Create aPropSignedClause
instance considering that 'ranges' are allowed:static PropSignedClause
PropSignedClause. makeFromOut(IntVar[] vars, IntIterableRangeSet[] ranges)
Create aPropSignedClause
instance considering that 'ranges' are forbidden:
-