Package com.artelys.kalis
Class KAbs.PropagationLevel
- java.lang.Object
-
- com.artelys.kalis.KAbs.PropagationLevel
-
- Enclosing class:
- KAbs
public static final class KAbs.PropagationLevel extends java.lang.Object
Propagation level of the constraint
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARC_CONSISTENCY
static int
BOUND_CONSISTENCY
-
Constructor Summary
Constructors Constructor Description PropagationLevel()
-
-
-
Field Detail
-
BOUND_CONSISTENCY
public static final int BOUND_CONSISTENCY
- See Also:
- Constant Field Values
-
ARC_CONSISTENCY
public static final int ARC_CONSISTENCY
- See Also:
- Constant Field Values
-
-