Package com.artelys.kalis
Class KGeneralizedArcConsistencyConstraint.acAlgorithms
- java.lang.Object
-
- com.artelys.kalis.KGeneralizedArcConsistencyConstraint.acAlgorithms
-
- Enclosing class:
- KGeneralizedArcConsistencyConstraint
public static final class KGeneralizedArcConsistencyConstraint.acAlgorithms extends java.lang.Object
Possible propagation algorithms
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARC_CONSISTENCY
static int
FORWARD_CHECKING
static int
GENERALIZED_ARC_CONSISTENCY
-
Constructor Summary
Constructors Constructor Description acAlgorithms()
-
-
-
Field Detail
-
GENERALIZED_ARC_CONSISTENCY
public static final int GENERALIZED_ARC_CONSISTENCY
- See Also:
- Constant Field Values
-
ARC_CONSISTENCY
public static final int ARC_CONSISTENCY
- See Also:
- Constant Field Values
-
FORWARD_CHECKING
public static final int FORWARD_CHECKING
- See Also:
- Constant Field Values
-
-