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

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

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

Fields in org.optimizationservices.oscommon.datastructure.osresult declared as OtherOptimizationResult
 OtherOptimizationResult[] OptimizationSolution.other
           
 

Uses of OtherOptimizationResult in org.optimizationservices.oscommon.localinterface
 

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

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

Uses of OtherOptimizationResult in org.optimizationservices.oscommon.representationparser
 

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

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