|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CmplSolElement in jCMPL |
---|
Methods in jCMPL that return CmplSolElement | |
---|---|
CmplSolElement |
CmplSolArray.get(java.lang.Object... objList)
|
CmplSolElement |
CmplSolArray.get(java.lang.Object key)
|
Methods in jCMPL that return types with arguments of type CmplSolElement | |
---|---|
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 |
Methods in jCMPL with parameters of type CmplSolElement | |
---|---|
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |