- linear(Var, String, int) - Method in interface javax.constraints.Problem
 
- 
Creates a constraint: var "oper" value without posting
 
- linear(Var, String, Var) - Method in interface javax.constraints.Problem
 
- 
Creates a constraint: var1 "oper" var2 without posting
 
- linear(VarString, String, String) - Method in interface javax.constraints.Problem
 
-  
 
- linear(VarString, String, VarString) - Method in interface javax.constraints.Problem
 
-  
 
- linear(Var, String, int) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- linear(Var, String, Var) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- linear(VarString, String, String) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- linear(VarString, String, VarString) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- loadFromXML(InputStream) - Method in interface javax.constraints.Problem
 
- 
Loads a Problem represented by the XML document on the specified
 input stream into this instance of the Problem
 
- loadFromXML(InputStream) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- log(Var[]) - Method in interface javax.constraints.Problem
 
- 
Logs the integer constrained variables contained in the array "vars".
 
- log(VarReal[]) - Method in interface javax.constraints.Problem
 
- 
Logs the real constrained variables contained in the array "vars".
 
- log(ArrayList<Var>) - Method in interface javax.constraints.Problem
 
-  
 
- log(String) - Method in interface javax.constraints.Problem
 
- 
Logs (displays) the String parameter "text"
 
- log(Var[]) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- log(String) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- log(ArrayList<Var>) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- log(VarReal[]) - Method in class javax.constraints.ProblemDelegator
 
-  
 
- log() - Method in interface javax.constraints.Solution
 
- 
Logs the solution in the information log
 
- log(int) - Method in interface javax.constraints.Solution
 
- 
Logs the solution in the information log.
 
- logStats() - Method in interface javax.constraints.Solver
 
- 
This method logs  execution statistics such as a number of choice points,
 number of failures, used memory, etc.