|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.econcs.jopt.solver.server.lpsolve.LPSolveMIPSolver
public class LPSolveMIPSolver
A Class for solving MIPs based on the LPSolve solver.
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 |
---|
public LPSolveMIPSolver()
Method Detail |
---|
public IMIPResult solve(IMIP mip) throws MIPException
IMIPSolver
solve
in interface IMIPSolver
MIPException
public static void main(java.lang.String[] argv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |