edu.harvard.econcs.jopt.solver.server.lpsolve
Class LPSolveMIPSolver

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

public class LPSolveMIPSolver
extends java.lang.Object
implements IMIPSolver

A Class for solving MIPs based on the LPSolve solver.

Since:
Jan 4, 2005
Version:
$Revision: 1.8 $ on $Date: 2008/07/14 16:54:34 $

Constructor Summary
LPSolveMIPSolver()
           
 
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

LPSolveMIPSolver

public LPSolveMIPSolver()
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)