Uses of Class
org.jacop.core.FailException
Packages that use FailException
-
Uses of FailException in org.jacop.core
Fields in org.jacop.core declared as FailExceptionModifier and TypeFieldDescriptionstatic final FailExceptionDomain.failExceptionAn exception used if failure encountered in functions in();static final FailExceptionStore.failExceptionIt stores standard fail exception used when empty domain encountered.Methods in org.jacop.core that throw FailExceptionModifier and TypeMethodDescriptionvoidStore.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 FailExceptionModifier and TypeMethodDescription(package private) voidVariablesParameters.pose(Store store, Constraint c) -
Uses of FailException in org.jacop.fz.constraints
Methods in org.jacop.fz.constraints that throw FailExceptionModifier and TypeMethodDescription(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) <T extends Constraint>
voidSupport.poseDC(DecomposedConstraint<T> c) -
Uses of FailException in org.jacop.set.constraints
Methods in org.jacop.set.constraints that throw FailException