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 FailException
Domain.failException
An exception used if failure encountered in functions in();static final FailException
Store.failException
It stores standard fail exception used when empty domain encountered.Methods in org.jacop.core that throw FailExceptionModifier and TypeMethodDescriptionvoid
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 FailExceptionModifier and TypeMethodDescription(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 FailExceptionModifier and TypeMethodDescription(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)