- max(Var[]) - Method in interface javax.constraints.Problem
 
- 
Returns a constrained integer variable that is equal to the maximal variable in the array
         "arrayOfVariables" when they are all instantiated.
 
- max(ArrayList<Var>) - Method in interface javax.constraints.Problem
 
-  
 
- max(Var, Var) - Method in interface javax.constraints.Problem
 
- 
Returns a constrained integer variable that is equal to the maximal of two variablea
 var1 or var 2 when they are both instantiated.
 
- max(Var[]) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- max(Var, Var) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- max(ArrayList<Var>) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- min(Var[]) - Method in interface javax.constraints.Problem
 
- 
Returns a constrained integer variable that is equal to the minimal variable in the array
         "arrayOfVariables" when they are all instantiated.
 
- min(ArrayList<Var>) - Method in interface javax.constraints.Problem
 
-  
 
- min(Var, Var) - Method in interface javax.constraints.Problem
 
- 
Returns a constrained integer variable that is equal to the minimal of two variablea
 var1 or var 2 when they are both instantiated.
 
- min(Var[]) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- min(Var, Var) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- min(ArrayList<Var>) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- minus(int) - Method in interface javax.constraints.Var
 
- 
Returns a new Var that is constrained to be the difference of
 this variable and the given value, i.e.
 
- minus(Var) - Method in interface javax.constraints.Var
 
- 
Returns a new Var that is constrained to be the difference of
 this variable and the given variable, i.e.
 
- minus(double) - Method in interface javax.constraints.VarReal
 
- 
Adds and returns a new VarReal that is constrained to be the difference of this variable
         and the given value, i.e.
 
- minus(VarReal) - Method in interface javax.constraints.VarReal
 
- 
Adds and returns a new VarReal that is constrained to be the difference of this variable
         and the given variable, i.e.
 
- minus(int) - Method in interface javax.constraints.VarReal
 
- 
Adds and returns a new VarReal that is constrained to be the difference of this variable
         and the given value, i.e.
 
- minus(Var) - Method in interface javax.constraints.VarReal
 
- 
Adds and returns a new VarReal that is constrained to be the difference of this variable
         and the given variable, i.e.
 
- mod(int) - Method in interface javax.constraints.Var
 
- 
Returns a new Var that is constrained to be the remainder after
 performing integer division of this variable by the given value, i.e.
 
- multiply(int) - Method in interface javax.constraints.Var
 
- 
Returns a new Var that is constrained to be the product of this
 variable and the given value, i.e.
 
- multiply(Var) - Method in interface javax.constraints.Var
 
- 
Returns a new Var that is constrained to be the product of this
 variable and the given variable, i.e.
 
- multiply(double) - Method in interface javax.constraints.VarReal
 
- 
Adds and returns a new VarReal that is constrained to be the product of this variable
         and the given value, i.e.
 
- multiply(VarReal) - Method in interface javax.constraints.VarReal
 
- 
Adds and returns a new VarReal that is constrained to be the product of this variable
         and the given variable, i.e.
 
- multiply(int) - Method in interface javax.constraints.VarReal
 
- 
Adds and returns a new VarReal that is constrained to be the product of this variable
         and the given value, i.e.
 
- multiply(Var) - Method in interface javax.constraints.VarReal
 
- 
Adds and returns a new VarReal that is constrained to be the product of this variable
         and the given variable, i.e.