|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OtherConstraintResult in org.optimizationservices.oscommon.datastructure.osresult |
---|
Fields in org.optimizationservices.oscommon.datastructure.osresult declared as OtherConstraintResult | |
---|---|
OtherConstraintResult[] |
ConstraintSolution.other
|
Uses of OtherConstraintResult in org.optimizationservices.oscommon.localinterface |
---|
Methods in org.optimizationservices.oscommon.localinterface that return OtherConstraintResult | |
---|---|
OtherConstraintResult[] |
OSResult.getOtherConstraintResults(int solIdx)
Get the [i]th optimization solution's other (non-standard/solver specific)constraint-related results, where i equals the given solution index. |
Methods in org.optimizationservices.oscommon.localinterface with parameters of type OtherConstraintResult | |
---|---|
boolean |
OSResult.setOtherConstraintResults(int solIdx,
OtherConstraintResult[] otherConstraintResults)
Set the [i]th optimization solution's other (non-standard/solver specific)constraint-related results, where i equals the given solution index. |
Uses of OtherConstraintResult in org.optimizationservices.oscommon.representationparser |
---|
Methods in org.optimizationservices.oscommon.representationparser that return OtherConstraintResult | |
---|---|
OtherConstraintResult[] |
OSrLReader.getOtherConstraintResults(int solIdx)
Get the [i]th optimization solution's other (non-standard/solver specific)constraint-related results, where i equals the given solution index. |
Methods in org.optimizationservices.oscommon.representationparser with parameters of type OtherConstraintResult | |
---|---|
boolean |
OSrLWriter.setOtherConstraintResults(int solIdx,
OtherConstraintResult[] otherConstraintResults)
Set the [i]th optimization solution's other (non-standard/solver specific)constraint-related results, where i equals the given solution index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |