Modifier and Type | Method and Description |
---|---|
CmplSolElement |
CmplSolArray.get(java.lang.Object... objList) |
CmplSolElement |
CmplSolArray.get(java.lang.Object key) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CmplSolElement> |
CmplSolution.constraints()
Returns a list of CmplSolLine objects for the constraints
of the current solution
|
java.util.ArrayList<CmplSolElement> |
CmplSolution.variables()
Returns a list of CmplSolLine objects for the variables of the current solution
|
Modifier and Type | Method and Description |
---|---|
void |
CmplSolArray.put(java.lang.String key,
CmplSolElement val) |
protected void |
CmplSolution.setCon(CmplSolElement con)
Setter for the constraint list
Used by CmplSolutions.readSolution
|
protected void |
CmplSolution.setVar(CmplSolElement var)
Setter for the variable list
Used by CmplSolutions.readSolution
|