Uses of Interface
org.jacop.api.RemoveLevelLate
Packages that use RemoveLevelLate
Package
Description
-
Uses of RemoveLevelLate in org.jacop.constraints
Classes in org.jacop.constraints that implement RemoveLevelLateModifier and TypeClassDescriptionclass
It constructs a LexOrder (lexicographical order) constraint.class
Deprecated.As of release 4.3.1 replaced by LinearInt constraint.class
class
Deprecated.As of release 4.3.1 replaced by LinearIntDom constraint.class
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 RemoveLevelLateModifier and TypeMethodDescriptionprivate Set<RemoveLevelLate>
Constraint.computeFixpoint
(Constraint c, Set<RemoveLevelLate> fixpoint) Method parameters in org.jacop.constraints with type arguments of type RemoveLevelLateModifier and TypeMethodDescriptionprivate Set<RemoveLevelLate>
Constraint.computeFixpoint
(Constraint c, Set<RemoveLevelLate> fixpoint) -
Uses of RemoveLevelLate in org.jacop.constraints.geost
Classes in org.jacop.constraints.geost that implement RemoveLevelLate -
Uses of RemoveLevelLate in org.jacop.constraints.knapsack
Classes in org.jacop.constraints.knapsack that implement RemoveLevelLate -
Uses of RemoveLevelLate in org.jacop.constraints.netflow
Classes in org.jacop.constraints.netflow that implement RemoveLevelLate -
Uses of RemoveLevelLate in org.jacop.constraints.regular
Classes in org.jacop.constraints.regular that implement RemoveLevelLateModifier and TypeClassDescriptionclass
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 RemoveLevelLateModifier and TypeFieldDescriptionStore.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 RemoveLevelLateModifier and TypeMethodDescriptionboolean
Any constraint in general may need information what variables have changed since the last time a consistency was called.