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

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

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

Fields in org.optimizationservices.oscommon.datastructure.osresult declared as VariableValues
 VariableValues VariableSolution.values
           
 

Uses of VariableValues in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return VariableValues
 VariableValues OSResult.getSparseVariableValues(int solIdx)
          Get the [i]th optimization solution's variable values in a sparse data structure, where i equals the given solution index.
 

Uses of VariableValues in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return VariableValues
 VariableValues OSrLReader.getSparseVariableValues(int solIdx)
          Get the [i]th optimization solution's variable values in a sparse data structure, where i equals the given solution index.