edu.harvard.econcs.jopt.solver
Interface IMIPSolver

All Known Implementing Classes:
CPlexMIPSolver, LPSolveMIPSolver, SolverClient

public interface IMIPSolver

An interface that permits the solving of linear or mixed integer problems

Since:
Apr 12, 2004
Version:
$Revision: 1.3 $ on $Date: 2005/10/17 18:49:44 $

Method Summary
 IMIPResult solve(IMIP mip)
          Solves a MIP that you have constructed.
 

Method Detail

solve

IMIPResult solve(IMIP mip)
                 throws MIPException
Solves a MIP that you have constructed. Results for the solve are in the return value.

Throws:
MIPException