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

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

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

Fields in org.optimizationservices.oscommon.datastructure.osresult declared as OptimizationSolution
 OptimizationSolution[] OptimizationResult.solution
           
 

Uses of OptimizationSolution in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return OptimizationSolution
 OptimizationSolution OSResult.getSolution(int solIdx)
          Get the [i]th optimization solution, where i equals the given solution index.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type OptimizationSolution
 boolean OSResult.setSolution(int solIdx, OptimizationSolution solution)
          Set the [i]th optimization solution, where i equals the given solution index.
 

Uses of OptimizationSolution in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return OptimizationSolution
 OptimizationSolution OSrLReader.getSolution(int solIdx)
          Get the [i]th optimization solution, where i equals the given solution index.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type OptimizationSolution
 boolean OSrLWriter.setSolution(int solIdx, OptimizationSolution solution)
          Set the [i]th optimization solution, where i equals the given solution index.