|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.kernel.common.Constant
public class Constant
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 8 mars 2010
Since : Choco 2.1.1
Class for constant declaration.
Field Summary | |
---|---|
static ConstantSConstraint |
FALSE
A constant denoting the false constraint (never satisfied) |
static int |
INITIAL_STATIC_CAPACITY
Initial capacity for array containinc static elements. |
static int |
INITIAL_STORED_CAPACITY
Initial capacity for array containinc dynamic elements. |
static double |
MCR_DECIMAL_PREC
Defines the smallest used double for multicostregular |
static int |
MCR_PRECISION
Defines the rounding precision for multicostregular algorithm |
static int |
SET_INITIAL_CAPACITY
Initial capacity of bipartite set |
static int |
STORED_OFFSET
Offset of the first dynamic element. |
static ConstantSConstraint |
TRUE
A constant denoting the true constraint (always satisfied) |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INITIAL_STATIC_CAPACITY
public static final int INITIAL_STORED_CAPACITY
public static final int STORED_OFFSET
public static final int SET_INITIAL_CAPACITY
public static final ConstantSConstraint TRUE
public static final ConstantSConstraint FALSE
public static final int MCR_PRECISION
public static final double MCR_DECIMAL_PREC
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |