net.sourceforge.combean.mathprog.lp.model
Class MIPModelSolverWithSequentialLoading

Package class diagram package MIPModelSolverWithSequentialLoading
java.lang.Object
  extended by net.sourceforge.combean.mathprog.lp.model.LPModelSolverWithSequentialLoading
      extended by net.sourceforge.combean.mathprog.lp.model.MIPModelSolverWithSequentialLoading
All Implemented Interfaces:
LPModelSolver, MIPModelSolver

public class MIPModelSolverWithSequentialLoading
extends LPModelSolverWithSequentialLoading
implements MIPModelSolver


Constructor Summary
MIPModelSolverWithSequentialLoading()
           
 
Method Summary
 MIPSolver getLPSolver()
          Get the LP solver.
 void setLPSolver(MIPSolver mipSolver)
          Set the solver to which the model shall be connected.
 void solveMIP()
          Run the LP solver.
 
Methods inherited from class net.sourceforge.combean.mathprog.lp.model.LPModelSolverWithSequentialLoading
getGlobalIndex, getGlobalIndex, getModel, getSolution, loadModel, setLPSolver, solve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sourceforge.combean.interfaces.mathprog.lp.model.LPModelSolver
getGlobalIndex, getModel, getSolution, loadModel, setLPSolver, solve
 

Constructor Detail

MIPModelSolverWithSequentialLoading

public MIPModelSolverWithSequentialLoading()
Method Detail

getLPSolver

public MIPSolver getLPSolver()
Description copied from interface: LPModelSolver
Get the LP solver.

Specified by:
getLPSolver in interface LPModelSolver
Specified by:
getLPSolver in interface MIPModelSolver
Overrides:
getLPSolver in class LPModelSolverWithSequentialLoading
Returns:
the LP solver.

setLPSolver

public void setLPSolver(MIPSolver mipSolver)
Description copied from interface: MIPModelSolver
Set the solver to which the model shall be connected.

Specified by:
setLPSolver in interface MIPModelSolver

solveMIP

public void solveMIP()
Description copied from interface: MIPModelSolver
Run the LP solver.

Specified by:
solveMIP in interface MIPModelSolver