Uses of Interface
edu.harvard.econcs.jopt.solver.IMIP

Packages that use IMIP
edu.harvard.econcs.jopt.solver   
edu.harvard.econcs.jopt.solver.client   
edu.harvard.econcs.jopt.solver.mip   
edu.harvard.econcs.jopt.solver.server.cplex   
edu.harvard.econcs.jopt.solver.server.lpsolve   
 

Uses of IMIP in edu.harvard.econcs.jopt.solver
 

Methods in edu.harvard.econcs.jopt.solver that return IMIP
 IMIP IMIP.typedClone()
           
 

Methods in edu.harvard.econcs.jopt.solver with parameters of type IMIP
 IMIPResult IMIPSolver.solve(IMIP mip)
          Solves a MIP that you have constructed.
 

Uses of IMIP in edu.harvard.econcs.jopt.solver.client
 

Methods in edu.harvard.econcs.jopt.solver.client with parameters of type IMIP
 IMIPResult SolverClient.solve(IMIP mip)
          Solve the given mip
 

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

Classes in edu.harvard.econcs.jopt.solver.mip that implement IMIP
 class MIP
          Basic implementation of a mip.
 class MIPWrapper
          This wrapper goes even further in simplicity than the other MIP classes and might help you get started with your MIP programming.
 

Methods in edu.harvard.econcs.jopt.solver.mip that return IMIP
 IMIP MIP.typedClone()
           
 

Uses of IMIP in edu.harvard.econcs.jopt.solver.server.cplex
 

Methods in edu.harvard.econcs.jopt.solver.server.cplex with parameters of type IMIP
 IMIPResult CPlexMIPSolver.solve(IMIP mip)
           
 

Uses of IMIP in edu.harvard.econcs.jopt.solver.server.lpsolve
 

Methods in edu.harvard.econcs.jopt.solver.server.lpsolve with parameters of type IMIP
 IMIPResult LPSolveMIPSolver.solve(IMIP mip)