Uses of Class
org.jacop.core.FailException
-
Packages that use FailException Package Description org.jacop.core org.jacop.fz org.jacop.fz.constraints -
-
Uses of FailException in org.jacop.core
Fields in org.jacop.core declared as FailException Modifier and Type Field Description static FailException
Domain. failException
An exception used if failure encountered in functions in();static FailException
Store. failException
It stores standard fail exception used when empty domain encountered.Methods in org.jacop.core that throw FailException Modifier and Type Method Description void
Store. imposeWithConsistency(Constraint c)
In some special cases it may be beneficial to compute consistency of constraint store immediately after the constraint is imposed.void
Store. imposeWithConsistency(Constraint c, int queueIndex)
In some special cases it may be beneficial to compute consistency of constraint store immediately after the constraint is imposed. -
Uses of FailException in org.jacop.fz
Methods in org.jacop.fz that throw FailException Modifier and Type Method Description (package private) void
VariablesParameters. pose(Store store, Constraint c)
-
Uses of FailException in org.jacop.fz.constraints
Methods in org.jacop.fz.constraints that throw FailException Modifier and Type Method Description (package private) void
FloatLinearConstraints. float_lin_relation(int operation, SimpleNode node)
(package private) void
ElementConstraints. generateFloatElementConstraint(SimpleNode node)
(package private) void
ElementConstraints. generateIntElementConstraint(SimpleNode node)
(package private) void
ElementConstraints. generateSetElementConstraint(SimpleNode node)
(package private) void
ElementConstraints. generateVarElementConstraint(SimpleNode node)
(package private) void
ElementConstraints. generateVarFloatElementConstraint(SimpleNode node)
(package private) void
ElementConstraints. generateVarSetElementConstraint(SimpleNode node)
(package private) void
LinearConstraints. int_lin_relation(int operation, SimpleNode node)
(package private) void
LinearConstraints. int_lin_relation_imp(int operation, SimpleNode node)
(package private) void
LinearConstraints. int_lin_relation_reif(int operation, SimpleNode node)
(package private) void
Support. pose(Constraint c)
(package private) void
Support. poseDC(DecomposedConstraint c)
-