Uses of Interface
org.jacop.api.UsesQueueVariable
-
-
Uses of UsesQueueVariable in org.jacop.constraints
Classes in org.jacop.constraints that implement UsesQueueVariable Modifier and Type Class Description classAlldiffAlldiff constraint assures that all FDVs has different values.classAlldifferentAlldifferent constraint assures that all FDVs has differnet values.classAlldistinctAlldistinct constraint assures that all FDVs have different values.classAmongAmong constraint in its simplest form.classAmongVarAmong constraint in its general form.classAndConstraint c1 /\ c2 ...classAssignmentAssignment constraint implements facility to improve channeling constraints between dual viewpoints of permutation models.classCircuitCircuit constraint assures that all variables build a Hamiltonian circuit.classDiffDiff constraint assures that any two rectangles from a vector of rectangles does not overlap in at least one direction.classDiff2Diff2 constraint assures that any two rectangles from a vector of rectangles does not overlap in at least one direction.classDisjointDisjoint constraint assures that any two rectangles from a vector of rectangles does not overlap in at least one direction.classDisjointConditionalDisjointConditional constraint assures that any two rectangles from a vector of rectangles does not overlap in at least one direction.classElementElement constraint implements the element/4 constraint (both with integer list and variables list).classElementIntegerElementInteger constraint defines a relation list[index - indexOffset] = value.classElementVariableElementVariable constraint defines a relation list[index - indexOffset] = value.classEqConstraint "constraint1"#<=> "constraint2"classExtensionalConflictVAExtensional constraint assures that none of the tuples explicitly given is enforced in the relation.classExtensionalSupportSTRExtensional constraint assures that one of the tuples is enforced in the relation.classExtensionalSupportVAExtensional constraint assures that one of the tuples is enforced in the relation.classGCCGCC constraint counts the number of occurences of given values in x variables.classIfThenConstraint if constraint1 then constraint2classIfThenElseConstraint if constraint1 then constraint2 else constraint3 *classImpliesConstraint b => c (implication or half-reification)classLexOrderIt constructs a LexOrder (lexicographical order) constraint.classLinearDeprecated.As of release 4.3.1 replaced by LinearInt constraint.classNotConstraint "not costraint"classOrConstraint c1 \/ c2 \/ ...classReifiedReified constraints "constraint" <=> BclassSubcircuitSubcircuit constraint assures that all variables build a subcircuit.classSumWeightSumWeight constraint implements the weighted summation over several variables .classSumWeightDomDeprecated.As of release 4.3.1 replaced by LinearIntDom constraint.classValuePrecedeIt defines Value Precedence constraint for integers.classVariableTraceVariableTrace is a daemon that prints information on variables whenever they are changed. -
Uses of UsesQueueVariable in org.jacop.constraints.binpacking
Classes in org.jacop.constraints.binpacking that implement UsesQueueVariable Modifier and Type Class Description classBinpackingBinpacking constraint implements bin packing problem. -
Uses of UsesQueueVariable in org.jacop.constraints.geost
Classes in org.jacop.constraints.geost that implement UsesQueueVariable Modifier and Type Class Description classGeost -
Uses of UsesQueueVariable in org.jacop.constraints.knapsack
Classes in org.jacop.constraints.knapsack that implement UsesQueueVariable Modifier and Type Class Description classKnapsackIt specifies a knapsack constraint. -
Uses of UsesQueueVariable in org.jacop.constraints.netflow
Classes in org.jacop.constraints.netflow that implement UsesQueueVariable Modifier and Type Class Description classNetworkFlowThe network flow constraint. -
Uses of UsesQueueVariable in org.jacop.constraints.regular
Classes in org.jacop.constraints.regular that implement UsesQueueVariable Modifier and Type Class Description classRegularRegular constraint accepts only the assignment to variables which is accepted by an automaton. -
Uses of UsesQueueVariable in org.jacop.constraints.table
Classes in org.jacop.constraints.table that implement UsesQueueVariable Modifier and Type Class Description classSimpleTableSimpleTable implements the table constraint using a method presented inclassTableTable implements the table constraint using a method presented in -
Uses of UsesQueueVariable in org.jacop.floats.constraints
Classes in org.jacop.floats.constraints that implement UsesQueueVariable Modifier and Type Class Description classElementFloatElementFloat constraint defines a relation list[index - indexOffset] = value.classLinearFloatLinearFloat constraint implements the weighted summation over several Variable's .classSumFloatSumFloat constraint implements the weighted summation over several Variable's . -
Uses of UsesQueueVariable in org.jacop.floats.constraints.linear
Classes in org.jacop.floats.constraints.linear that implement UsesQueueVariable Modifier and Type Class Description classLinearLinear constraint implements the weighted summation over several Variable's . -
Uses of UsesQueueVariable in org.jacop.set.constraints
Classes in org.jacop.set.constraints that implement UsesQueueVariable Modifier and Type Class Description classAdiffBeqCIt creates a constraints that subtracts from set variable A the elements from of the set variable B and assigns the result to set variable C.classAdisjointBThe disjoint set constraint makes sure that two set variables do not contain any common element.classAintersectBeqCIt creates a constraint that makes sure that A intersected with B is equal to C.classAunionBeqCIt creates a constraint that makes sure that A union B is equal to C.
-