net.sourceforge.swimp.osiclp
Class OsiClpSolverInterface

java.lang.Object
  extended by OsiSolverInterface
      extended by net.sourceforge.swimp.osiclp.OsiClpSolverInterface

public class OsiClpSolverInterface
extends OsiSolverInterface


Constructor Summary
  OsiClpSolverInterface()
           
protected OsiClpSolverInterface(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 OsiSolverInterface cloneSolver()
           
 OsiSolverInterface cloneSolver(boolean copyData)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(OsiClpSolverInterface obj)
           
 void releaseClp()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsiClpSolverInterface

protected OsiClpSolverInterface(long cPtr,
                                boolean cMemoryOwn)

OsiClpSolverInterface

public OsiClpSolverInterface()
Method Detail

getCPtr

protected static long getCPtr(OsiClpSolverInterface obj)

finalize

protected void finalize()

delete

public void delete()

cloneSolver

public OsiSolverInterface cloneSolver(boolean copyData)

cloneSolver

public OsiSolverInterface cloneSolver()

releaseClp

public void releaseClp()