net.sourceforge.swimp.coin
Class OsiDblParam

java.lang.Object
  extended by net.sourceforge.swimp.coin.OsiDblParam

public final class OsiDblParam
extends java.lang.Object


Field Summary
static int OsiDualObjectiveLimit
           
static int OsiDualTolerance
           
static int OsiLastDblParam
           
static int OsiObjOffset
           
static int OsiPrimalObjectiveLimit
           
static int OsiPrimalTolerance
           
 
Constructor Summary
OsiDblParam()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OsiDualObjectiveLimit

public static final int OsiDualObjectiveLimit

OsiPrimalObjectiveLimit

public static final int OsiPrimalObjectiveLimit

OsiDualTolerance

public static final int OsiDualTolerance

OsiPrimalTolerance

public static final int OsiPrimalTolerance

OsiObjOffset

public static final int OsiObjOffset

OsiLastDblParam

public static final int OsiLastDblParam
Constructor Detail

OsiDblParam

public OsiDblParam()