Package com.artelys.kalis
Class KAllDifferent.PropagationLevel
- java.lang.Object
-
- com.artelys.kalis.KAllDifferent.PropagationLevel
-
- Enclosing class:
- KAllDifferent
public static final class KAllDifferent.PropagationLevel extends java.lang.Object
Differents level of propagation for the constraints
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOUND_CONSISTENCY
static int
FORWARD_CHECKING
static int
GENERALIZED_ARC_CONSISTENCY
static int
USING_GCC
-
Constructor Summary
Constructors Constructor Description PropagationLevel()
-
-
-
Field Detail
-
FORWARD_CHECKING
public static final int FORWARD_CHECKING
- See Also:
- Constant Field Values
-
BOUND_CONSISTENCY
public static final int BOUND_CONSISTENCY
- See Also:
- Constant Field Values
-
GENERALIZED_ARC_CONSISTENCY
public static final int GENERALIZED_ARC_CONSISTENCY
- See Also:
- Constant Field Values
-
USING_GCC
public static final int USING_GCC
- See Also:
- Constant Field Values
-
-