net.sourceforge.swimp.osiglpk
Class OsiGlpkSolverInterface

java.lang.Object
  extended by OsiSolverInterface
      extended by net.sourceforge.swimp.osiglpk.OsiGlpkSolverInterface

public class OsiGlpkSolverInterface
extends OsiSolverInterface


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

Constructor Detail

OsiGlpkSolverInterface

protected OsiGlpkSolverInterface(long cPtr,
                                 boolean cMemoryOwn)

OsiGlpkSolverInterface

public OsiGlpkSolverInterface()
Method Detail

getCPtr

protected static long getCPtr(OsiGlpkSolverInterface obj)

finalize

protected void finalize()

delete

public void delete()

cloneSolver

public OsiSolverInterface cloneSolver(boolean copyData)

cloneSolver

public OsiSolverInterface cloneSolver()