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 class
LexOrder
It constructs a LexOrder (lexicographical order) constraint.class
Linear
Deprecated.As of release 4.3.1 replaced by LinearInt constraint.class
SumWeight
SumWeight constraint implements the weighted summation over several variables .class
SumWeightDom
Deprecated.As of release 4.3.1 replaced by LinearIntDom constraint.class
VariableTrace
VariableTrace 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 class
Geost
-
Uses of RemoveLevelLate in org.jacop.constraints.knapsack
Classes in org.jacop.constraints.knapsack that implement RemoveLevelLate Modifier and Type Class Description class
Knapsack
It 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 class
NetworkFlow
The 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 class
Regular
Regular 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. removeLevelLateListeners
More 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 boolean
Store. registerRemoveLevelLateListener(RemoveLevelLate c)
Any constraint in general may need information what variables have changed since the last time a consistency was called.
-