A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

X

x - Variable in class JaCoP.constraints.AbsXeqY
It contains variable x.
x - Variable in class JaCoP.constraints.Assignment
It specifies a list of variables x.
x - Variable in class JaCoP.constraints.Distance
It specifes variable x in constraint |x-y|=z.
x - Variable in class JaCoP.constraints.GCC
It specifies variables x whose values are counted.
x - Variable in class JaCoP.constraints.IfThenBool
It specifies variable x in constraint ( X => Y ) <=> Z.
x - Variable in class JaCoP.constraints.In
It specifies variable x whose domain must lie within a specified domain.
x - Variable in class JaCoP.constraints.Lex
A two dimensional array containing arrays which have to be lexicographically ordered.
x - Variable in class JaCoP.constraints.XdivYeqZ
It specifies variable x in constraint x / y = z.
x - Variable in class JaCoP.constraints.XeqC
It specifies the variable which is constrained to be equal to the specified value.
x - Variable in class JaCoP.constraints.XeqY
It specifies a left hand variable in equality constraint.
x - Variable in class JaCoP.constraints.XexpYeqZ
It specifies the variable x in equation x^y = z.
x - Variable in class JaCoP.constraints.XgtC
It specifies variable x which must be greater than a given constraint.
x - Variable in class JaCoP.constraints.XgteqC
It specifies variables x which must be greater or equal to a given constant.
x - Variable in class JaCoP.constraints.XgteqY
It specifies variable x which must be greater or equal to variable Y.
x - Variable in class JaCoP.constraints.XgtY
It specifies variable x which must be greater than variable y.
x - Variable in class JaCoP.constraints.XltC
It specifies variable x to be lower than a given constant.
x - Variable in class JaCoP.constraints.XlteqC
It specifies variable x which must be smaller or equal to a given constant.
x - Variable in class JaCoP.constraints.XlteqY
It specifies variable x in the constraint x <= y.
x - Variable in class JaCoP.constraints.XltY
It specifies x variable in constraint x < y.
x - Variable in class JaCoP.constraints.XmodYeqZ
It specifies variable x in constraint x mod y = z.
x - Variable in class JaCoP.constraints.XmulCeqZ
It specifies variable x in constraint x * c = z.
x - Variable in class JaCoP.constraints.XmulYeqC
It specifies variable x in constraint x * y = c.
x - Variable in class JaCoP.constraints.XmulYeqZ
It specifies variable x in constraint x * y = z.
x - Variable in class JaCoP.constraints.XneqC
It specifies variable x in constraint x != c.
x - Variable in class JaCoP.constraints.XneqY
It specifies variable x in the constraint x != y.
x - Variable in class JaCoP.constraints.XorBool
It specifies variable x in constraint ( X xor Y ) <=> Z.
x - Variable in class JaCoP.constraints.XplusCeqZ
It specifies variable x in constraint x+c=z.
x - Variable in class JaCoP.constraints.XplusClteqZ
It specifies variable x in constraint x+c<=z.
x - Variable in class JaCoP.constraints.XplusYeqC
It specifies variable x in constraint x+y=c.
x - Variable in class JaCoP.constraints.XplusYeqZ
It specifies variable x in constraint x+y=z.
x - Variable in class JaCoP.constraints.XplusYgtC
It specifies variable x in constraint x + y > c.
x - Variable in class JaCoP.constraints.XplusYlteqZ
It specifies variable x in constraint x + y <= z.
x - Variable in class JaCoP.constraints.XplusYplusQeqZ
It specifies variable x in constraint x + y + q = z.
x - Variable in class JaCoP.constraints.XplusYplusQgtC
It specifies variable x in constraint x+y+q > c.
x - Variable in class JaCoP.set.constraints.XeqA
It specifies variable a.
x - Variable in class JaCoP.set.constraints.XinA
It specifies variable a.
xCellsShift - Variable in class JaCoP.constraints.geost.BoxDisplay
It defines the shift in x dimension for drawing.
XdivYeqZ - Class in JaCoP.constraints
Constraint X div Y #= Z
XdivYeqZ(IntVar, IntVar, IntVar) - Constructor for class JaCoP.constraints.XdivYeqZ
It constructs a constraint X div Y = Z.
XeqA - Class in JaCoP.set.constraints
It creates a constraint that makes sure that the value assigned to the integer variable x is the only element of the set assigned to a set variable a.
XeqA(IntVar, SetVar) - Constructor for class JaCoP.set.constraints.XeqA
It constructs an XeqA constraint to restrict the domain of the integer variables x and set variable a.
XeqC - Class in JaCoP.constraints
Constraints X #= C Domain consistency is used.
XeqC(IntVar, int) - Constructor for class JaCoP.constraints.XeqC
It constructs the constraint X = C.
XeqY - Class in JaCoP.constraints
Constraints X #= Y Domain consistency is used.
XeqY(IntVar, IntVar) - Constructor for class JaCoP.constraints.XeqY
It constructs constraint X = Y.
XexpYeqZ - Class in JaCoP.constraints
Constraint X ^ Y #= Z Boundary consistecny is used.
XexpYeqZ(IntVar, IntVar, IntVar) - Constructor for class JaCoP.constraints.XexpYeqZ
It constructs constraint X^Y=Z.
XgtC - Class in JaCoP.constraints
Constraint X #> C
XgtC(IntVar, int) - Constructor for class JaCoP.constraints.XgtC
It constructs constraint X > C.
XgteqC - Class in JaCoP.constraints
Constraints X #>= C
XgteqC(IntVar, int) - Constructor for class JaCoP.constraints.XgteqC
It constructs constraint X >= C.
XgteqY - Class in JaCoP.constraints
Constraints X #>= Y
XgteqY(IntVar, IntVar) - Constructor for class JaCoP.constraints.XgteqY
It constructs constraint X >= Y.
XgtY - Class in JaCoP.constraints
Constraint X #> Y
XgtY(IntVar, IntVar) - Constructor for class JaCoP.constraints.XgtY
It constructs a constraint X > Y.
XinA - Class in JaCoP.set.constraints
It creates a constraint that makes sure that the value assigned to integer variable x is included in the set assigned to the set variable a.
XinA(IntVar, SetVar, boolean) - Constructor for class JaCoP.set.constraints.XinA
It constructs an XinY constraint to restrict the domain of the variables X and Y.
XinA(IntVar, SetVar) - Constructor for class JaCoP.set.constraints.XinA
It constructs an XinA constraint to restrict the domain of the variables X and A.
XltC - Class in JaCoP.constraints
Constraint X #< C
XltC(IntVar, int) - Constructor for class JaCoP.constraints.XltC
It constructs constraint X < C.
XlteqC - Class in JaCoP.constraints
Constraint X #<= C
XlteqC(IntVar, int) - Constructor for class JaCoP.constraints.XlteqC
It constructs constraint X <= C.
XlteqY - Class in JaCoP.constraints
Constraint X #<= Y
XlteqY(IntVar, IntVar) - Constructor for class JaCoP.constraints.XlteqY
It constructs the constraint X <= Y.
XltY - Class in JaCoP.constraints
Constraint X #< Y
XltY(IntVar, IntVar) - Constructor for class JaCoP.constraints.XltY
It constructs the constraint X < Y.
xmlAttributes - Static variable in class JaCoP.constraints.AbsXeqY
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Alldiff
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Alldifferent
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Alldistinct
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Among
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.AmongVar
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.And
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.AndBool
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Assignment
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.binpacking.Binpacking
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Circuit
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Count
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.CountStudents
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Cumulative
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Diff
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Diff2
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Disjoint
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.DisjointConditional
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Distance
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.ElementInteger
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.ElementVariable
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Eq
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.EqBool
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.ExtensionalConflictVA
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.ExtensionalSupportMDD
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.ExtensionalSupportSTR
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.ExtensionalSupportVA
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.GCC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.geost.DBox
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.geost.Geost
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.geost.GeostObject
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.geost.InArea
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.geost.NonOverlapping
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.geost.Shape
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.IfThen
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.IfThenBool
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.IfThenElse
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.In
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.knapsack.Knapsack
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.knapsack.KnapsackItem
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Max
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Min
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.NoGood
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Not
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Or
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.OrBool
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Rectangle
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.regular.Regular
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Reified
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Sum
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.SumWeight
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Values
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XdivYeqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XeqC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XeqY
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XexpYeqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XgtC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XgteqC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XgteqY
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XgtY
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XltC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XlteqC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XlteqY
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XltY
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XmodYeqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XmulCeqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XmulYeqC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XmulYeqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XneqC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XneqY
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.Xor
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XorBool
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XplusCeqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XplusClteqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XplusYeqC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XplusYeqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XplusYgtC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XplusYlteqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XplusYplusCeqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XplusYplusQeqZ
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.constraints.XplusYplusQgtC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.core.BooleanVar
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.core.IntervalDomain
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.core.IntVar
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.AdiffBeqC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.AdisjointB
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.AeqB
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.AeqS
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.AinB
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.AinS
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.AintersectBeqC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.AunionBeqC
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.CardA
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.CardAeqX
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.EinA
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.ElementSet
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.Lex
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.Match
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.SinA
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.SumWeightedSet
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.XeqA
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.constraints.XinA
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.core.BoundSetDomain
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.set.core.SetVar
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.util.fsm.FSM
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.util.fsm.FSMState
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.util.fsm.FSMTransition
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
xmlAttributes - Static variable in class JaCoP.util.MDD
It specifies the arguments required to be saved by an XML format as well as the constructor being called to recreate an object from an XML format.
XMLSaveSupport - Class in JaCoP.core
 
XMLSaveSupport() - Constructor for class JaCoP.core.XMLSaveSupport
 
XmodYeqZ - Class in JaCoP.constraints
Constraint X mod Y = Z
XmodYeqZ(IntVar, IntVar, IntVar) - Constructor for class JaCoP.constraints.XmodYeqZ
It constructs a constraint X mod Y = Z.
XmulCeqZ - Class in JaCoP.constraints
Constraint X * C #= Z Boundary consistency is used.
XmulCeqZ(IntVar, int, IntVar) - Constructor for class JaCoP.constraints.XmulCeqZ
It constructs a constraint X * C = Z.
XmulYeqC - Class in JaCoP.constraints
Constraint X * Y #= C Boundary consistency is used.
XmulYeqC(IntVar, IntVar, int) - Constructor for class JaCoP.constraints.XmulYeqC
It constructs constraint X * Y = C.
XmulYeqZ - Class in JaCoP.constraints
Constraint X * Y #= Z Boundary consistency is used.
XmulYeqZ(IntVar, IntVar, IntVar) - Constructor for class JaCoP.constraints.XmulYeqZ
It constructs a constraint X * Y = Z.
XneqC - Class in JaCoP.constraints
Constraints X #\= C
XneqC(IntVar, int) - Constructor for class JaCoP.constraints.XneqC
It constructs x != c constraint.
XneqY - Class in JaCoP.constraints
Constraints X #\= Y Domain consistency is used.
XneqY(IntVar, IntVar) - Constructor for class JaCoP.constraints.XneqY
It constructs X != Y constraint.
Xor - Class in JaCoP.constraints
Xor constraint - xor("constraint", B).
Xor(PrimitiveConstraint, IntVar) - Constructor for class JaCoP.constraints.Xor
It constructs a xor constraint.
XorBool - Class in JaCoP.constraints
Constraint ( X xor Y ) <=> Z.
XorBool(IntVar, IntVar, IntVar) - Constructor for class JaCoP.constraints.XorBool
It constructs constraint (X xor Y ) <=> Z.
XplusCeqZ - Class in JaCoP.constraints
Constraint X + C #= Z.
XplusCeqZ(IntVar, int, IntVar) - Constructor for class JaCoP.constraints.XplusCeqZ
It constructs a constraint x+c=z.
XplusClteqZ - Class in JaCoP.constraints
Constraints X + C #<= Z.
XplusClteqZ(IntVar, int, IntVar) - Constructor for class JaCoP.constraints.XplusClteqZ
It constructs constraint X+C<=Z.
XplusYeqC - Class in JaCoP.constraints
Constraint X + Y #= C
XplusYeqC(IntVar, IntVar, int) - Constructor for class JaCoP.constraints.XplusYeqC
It constructs the constraint X+Y=C.
XplusYeqZ - Class in JaCoP.constraints
Constraint X + Y #= Z Bound consistency is used.
XplusYeqZ(IntVar, IntVar, IntVar) - Constructor for class JaCoP.constraints.XplusYeqZ
It constructs constraint X+Y=Z.
XplusYgtC - Class in JaCoP.constraints
Constraint X + Y #> C
XplusYgtC(IntVar, IntVar, int) - Constructor for class JaCoP.constraints.XplusYgtC
It constructs X+Y>C constraint.
XplusYlteqZ - Class in JaCoP.constraints
Constraint X + Y =< Z Bound consistency is used.
XplusYlteqZ(IntVar, IntVar, IntVar) - Constructor for class JaCoP.constraints.XplusYlteqZ
It constructs X + Y <= Z constraint.
XplusYplusCeqZ - Class in JaCoP.constraints
Constraints X + Y + C #= Z.
XplusYplusCeqZ(IntVar, IntVar, int, IntVar) - Constructor for class JaCoP.constraints.XplusYplusCeqZ
It constructs constraint X+Y+C=Z.
XplusYplusQeqZ - Class in JaCoP.constraints
Constraint X + Y + Q = Z Bound consistency is used.
XplusYplusQeqZ(IntVar, IntVar, IntVar, IntVar) - Constructor for class JaCoP.constraints.XplusYplusQeqZ
It constructs X+Y+Q=Z constraint.
XplusYplusQgtC - Class in JaCoP.constraints
Constraint X + Y + Q > C
XplusYplusQgtC(IntVar, IntVar, IntVar, int) - Constructor for class JaCoP.constraints.XplusYplusQgtC
It creates X+Y+Q>=C constraint.
xVar - Variable in class JaCoP.constraints.netflow.ArcCompanion
The FDV for lower and upper capacity
XVARS - Static variable in class JaCoP.constraints.netflow.Statistics
 
xVars - Variable in class JaCoP.constraints.SoftAlldifferent
 
xVars - Variable in class JaCoP.constraints.SoftGCC
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z