edu.harvard.econcs.jopt.solver.server.cplex
Class CPlexMIPSolver

java.lang.Object
  extended by edu.harvard.econcs.jopt.solver.server.cplex.CPlexMIPSolver
All Implemented Interfaces:
IMIPSolver

public class CPlexMIPSolver
extends java.lang.Object
implements IMIPSolver

Solves a MIP structure. Should be the only class using CPlex code directly.

Since:
Apr 2004
Version:
$Revision: 1.14 $ on $Date: 2005/05/16 23:27:29 $

Constructor Summary
CPlexMIPSolver()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 IMIPResult solve(IMIP mip)
          Solves a MIP that you have constructed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPlexMIPSolver

public CPlexMIPSolver()
Method Detail

solve

public IMIPResult solve(IMIP mip)
                 throws MIPException
Description copied from interface: IMIPSolver
Solves a MIP that you have constructed. Results for the solve are in the return value.

Specified by:
solve in interface IMIPSolver
Throws:
MIPException

main

public static void main(java.lang.String[] argv)