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 FailExceptionDomain. failExceptionAn exception used if failure encountered in functions in();static FailExceptionStore. failExceptionIt stores standard fail exception used when empty domain encountered.Methods in org.jacop.core that throw FailException Modifier and Type Method Description voidStore. imposeWithConsistency(Constraint c)In some special cases it may be beneficial to compute consistency of constraint store immediately after the constraint is imposed.voidStore. 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) voidVariablesParameters. 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) voidFloatLinearConstraints. float_lin_relation(int operation, SimpleNode node)(package private) voidElementConstraints. generateFloatElementConstraint(SimpleNode node)(package private) voidElementConstraints. generateIntElementConstraint(SimpleNode node)(package private) voidElementConstraints. generateSetElementConstraint(SimpleNode node)(package private) voidElementConstraints. generateVarElementConstraint(SimpleNode node)(package private) voidElementConstraints. generateVarFloatElementConstraint(SimpleNode node)(package private) voidElementConstraints. generateVarSetElementConstraint(SimpleNode node)(package private) voidLinearConstraints. int_lin_relation(int operation, SimpleNode node)(package private) voidLinearConstraints. int_lin_relation_imp(int operation, SimpleNode node)(package private) voidLinearConstraints. int_lin_relation_reif(int operation, SimpleNode node)(package private) voidSupport. pose(Constraint c)(package private) voidSupport. poseDC(DecomposedConstraint c)
-