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

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

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

Fields in org.optimizationservices.oscommon.datastructure.osresult declared as OtherObjectiveResult
 OtherObjectiveResult[] ObjectiveSolution.other
           
 

Uses of OtherObjectiveResult in org.optimizationservices.oscommon.localinterface
 

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

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

Uses of OtherObjectiveResult in org.optimizationservices.oscommon.representationparser
 

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

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