Uses of Class
org.optimizationservices.oscommon.datastructure.osresult.OtherVariableResult

Packages that use OtherVariableResult
org.optimizationservices.oscommon.datastructure.osresult   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of OtherVariableResult in org.optimizationservices.oscommon.datastructure.osresult
 

Fields in org.optimizationservices.oscommon.datastructure.osresult declared as OtherVariableResult
 OtherVariableResult[] VariableSolution.other
           
 

Uses of OtherVariableResult in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return OtherVariableResult
 OtherVariableResult[] OSResult.getOtherVariableResults(int solIdx)
          Get the [i]th optimization solution's other (non-standard/solver specific)variable-related results, where i equals the given solution index.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type OtherVariableResult
 boolean OSResult.setOtherVariableResults(int solIdx, OtherVariableResult[] otherVariableResults)
          Set the [i]th optimization solution's other (non-standard/solver specific)variable-related results, where i equals the given solution index.
 

Uses of OtherVariableResult in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return OtherVariableResult
 OtherVariableResult[] OSrLReader.getOtherVariableResults(int solIdx)
          Get the [i]th optimization solution's other (non-standard/solver specific)variable-related results, where i equals the given solution index.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type OtherVariableResult
 boolean OSrLWriter.setOtherVariableResults(int solIdx, OtherVariableResult[] otherVariableResults)
          Set the [i]th optimization solution's other (non-standard/solver specific)variable-related results, where i equals the given solution index.