Uses of Class
edu.harvard.econcs.jopt.solver.mip.MIPWrapper

Packages that use MIPWrapper
edu.harvard.econcs.jopt.solver.mip   
 

Uses of MIPWrapper in edu.harvard.econcs.jopt.solver.mip
 

Methods in edu.harvard.econcs.jopt.solver.mip that return MIPWrapper
static MIPWrapper MIPWrapper.makeNewMaxMIP()
          Create a new MIP that is has a MAXimization as it's objective function.
static MIPWrapper MIPWrapper.makeNewMinMIP()
          Create a new MIP that is has a MINimization as it's objective function.