Uses of Class
org.optimizationservices.oscommon.localinterface.OSInstance

Packages that use OSInstance
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of OSInstance in org.optimizationservices.oscommon.localinterface
 

Fields in org.optimizationservices.oscommon.localinterface declared as OSInstance
 OSInstance DefaultSolver.osInstance
          osInstance holds OS instance object (input).
 

Methods in org.optimizationservices.oscommon.localinterface that return OSInstance
 OSInstance OSInstance.readOSiL(java.lang.String osil, boolean isFile, boolean validate)
          read an OSiL instance and return an OSInstance object.
 

Uses of OSInstance in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return OSInstance
 OSInstance OSiLReader.getOSInstance()
          get the OSInstance, a standard optimization problem/data api.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type OSInstance
 boolean OSiLWriter.setOSInstance(OSInstance osInstance)
          set the OSInstance, a standard optimization problem/data api.