net.sourceforge.swimp.osicbc
Class OsiCbcSolverInterface
java.lang.Object
OsiSolverInterface
net.sourceforge.swimp.osicbc.OsiCbcSolverInterface
public class OsiCbcSolverInterface
- extends OsiSolverInterface
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsiCbcSolverInterface
protected OsiCbcSolverInterface(long cPtr,
boolean cMemoryOwn)
OsiCbcSolverInterface
public OsiCbcSolverInterface()
getCPtr
protected static long getCPtr(OsiCbcSolverInterface obj)
finalize
protected void finalize()
delete
public void delete()
getRealSolverPtr
public OsiSolverInterface getRealSolverPtr()
setCutoff
public void setCutoff(double value)
getCutoff
public double getCutoff()
setMaximumNodes
public void setMaximumNodes(int value)
getMaximumNodes
public int getMaximumNodes()
setMaximumSolutions
public void setMaximumSolutions(int value)
getMaximumSolutions
public int getMaximumSolutions()
setMaximumSeconds
public void setMaximumSeconds(double value)
getMaximumSeconds
public double getMaximumSeconds()
isNodeLimitReached
public boolean isNodeLimitReached()
isSolutionLimitReached
public boolean isSolutionLimitReached()
getNodeCount
public int getNodeCount()
status
public int status()
getModelPtr
public CbcModel getModelPtr()
cloneSolver
public OsiSolverInterface cloneSolver(boolean copyData)
cloneSolver
public OsiSolverInterface cloneSolver()