Uses of Interface
org.jacop.api.RemoveLevelLate
-
Packages that use RemoveLevelLate Package Description org.jacop.constraints org.jacop.constraints.geost org.jacop.constraints.knapsack org.jacop.constraints.netflow org.jacop.constraints.regular org.jacop.core -
-
Uses of RemoveLevelLate in org.jacop.constraints
Classes in org.jacop.constraints that implement RemoveLevelLate Modifier and Type Class Description classLexOrderIt constructs a LexOrder (lexicographical order) constraint.classLinearDeprecated.As of release 4.3.1 replaced by LinearInt constraint.classSumWeightSumWeight constraint implements the weighted summation over several variables .classSumWeightDomDeprecated.As of release 4.3.1 replaced by LinearIntDom constraint.classVariableTraceVariableTrace is a daemon that prints information on variables whenever they are changed.Methods in org.jacop.constraints that return types with arguments of type RemoveLevelLate Modifier and Type Method Description private java.util.Set<RemoveLevelLate>Constraint. computeFixpoint(Constraint c, java.util.Set<RemoveLevelLate> fixpoint)Method parameters in org.jacop.constraints with type arguments of type RemoveLevelLate Modifier and Type Method Description private java.util.Set<RemoveLevelLate>Constraint. computeFixpoint(Constraint c, java.util.Set<RemoveLevelLate> fixpoint) -
Uses of RemoveLevelLate in org.jacop.constraints.geost
Classes in org.jacop.constraints.geost that implement RemoveLevelLate Modifier and Type Class Description classGeost -
Uses of RemoveLevelLate in org.jacop.constraints.knapsack
Classes in org.jacop.constraints.knapsack that implement RemoveLevelLate Modifier and Type Class Description classKnapsackIt specifies a knapsack constraint. -
Uses of RemoveLevelLate in org.jacop.constraints.netflow
Classes in org.jacop.constraints.netflow that implement RemoveLevelLate Modifier and Type Class Description classNetworkFlowThe network flow constraint. -
Uses of RemoveLevelLate in org.jacop.constraints.regular
Classes in org.jacop.constraints.regular that implement RemoveLevelLate Modifier and Type Class Description classRegularRegular constraint accepts only the assignment to variables which is accepted by an automaton. -
Uses of RemoveLevelLate in org.jacop.core
Fields in org.jacop.core with type parameters of type RemoveLevelLate Modifier and Type Field Description java.util.Set<RemoveLevelLate>Store. removeLevelLateListenersMore advanced constraints may require to be informed of a backtrack to be able to recover the older versions of the data structures.Methods in org.jacop.core with parameters of type RemoveLevelLate Modifier and Type Method Description booleanStore. registerRemoveLevelLateListener(RemoveLevelLate c)Any constraint in general may need information what variables have changed since the last time a consistency was called.
-