choco.kernel.common
Class Constant

java.lang.Object
  extended by choco.kernel.common.Constant

public class Constant
extends Object

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

INITIAL_STATIC_CAPACITY

public static final int INITIAL_STATIC_CAPACITY
Initial capacity for array containinc static elements.

See Also:
Constant Field Values

INITIAL_STORED_CAPACITY

public static final int INITIAL_STORED_CAPACITY
Initial capacity for array containinc dynamic elements.

See Also:
Constant Field Values

STORED_OFFSET

public static final int STORED_OFFSET
Offset of the first dynamic element.

See Also:
Constant Field Values

SET_INITIAL_CAPACITY

public static final int SET_INITIAL_CAPACITY
Initial capacity of bipartite set

See Also:
Constant Field Values

TRUE

public static final ConstantSConstraint TRUE
A constant denoting the true constraint (always satisfied)


FALSE

public static final ConstantSConstraint FALSE
A constant denoting the false constraint (never satisfied)


MCR_PRECISION

public static final int MCR_PRECISION
Defines the rounding precision for multicostregular algorithm

See Also:
Constant Field Values

MCR_DECIMAL_PREC

public static final double MCR_DECIMAL_PREC
Defines the smallest used double for multicostregular



Copyright © 2012. All Rights Reserved.