Package jopt.csp.spi.arcalgorithm

The heart of the constraint satisfaction functionality.

See:
          Description

Class Summary
ArcBasedAcAlg Base class for arc-consistency algorithms.
ArcQueueAcAlg Base class for arc-consistency algorithms that use an arc queue for propagation.
NodeQueueAcAlg Base class for arc-consistency algorithms that use a node queue for propagation.
 

Package jopt.csp.spi.arcalgorithm Description

The heart of the constraint satisfaction functionality.

Contains the algorithm(s) used during the propagation of constraints and all of the related classes. The related classes include the constraints and the variables upon which those constraints operate in addition to the arcs and nodes and the graph into which the arcs and nodes are put. Several supporting structures including utilites and domains also form a significant component of this important package.

Since:
JDK1.4