Uses of Class
edu.harvard.econcs.jopt.solver.MIPException

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

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

Subclasses of MIPException in edu.harvard.econcs.jopt.solver
 class MIPInfeasibleException
          Exception that is thrown when evaluating a MIP, that contains the infeasible set information
 

Methods in edu.harvard.econcs.jopt.solver that throw MIPException
 IMIPResult IMIPSolver.solve(IMIP mip)
          Solves a MIP that you have constructed.
 

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

Methods in edu.harvard.econcs.jopt.solver.client that throw MIPException
 IMIPResult SolverClient.solve(IMIP mip)
          Solve the given mip
 

Uses of MIPException in edu.harvard.econcs.jopt.solver.server
 

Methods in edu.harvard.econcs.jopt.solver.server that throw MIPException
static void SolverServer.createServer(int port, java.lang.Class solverClass)
          Create a new Server
static void SolverLoadBalancer.createServer(int port, java.util.Properties props)
          Create a new Server
 IMIPResult RemoteMIPSolver.solve(byte[] serializedMip)
           
 IMIPResult IRemoteMIPSolver.solve(byte[] serializedMip)
           
 

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

Methods in edu.harvard.econcs.jopt.solver.server.cplex that throw MIPException
 IMIPResult CPlexMIPSolver.solve(IMIP mip)
           
 

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

Methods in edu.harvard.econcs.jopt.solver.server.lpsolve that throw MIPException
 IMIPResult LPSolveMIPSolver.solve(IMIP mip)