Package jopt.csp.spi.search.technique

Interface Summary
TreeSearchTechnique Implementation of a breadth first search that loops over the search tree
 

Class Summary
BreadthFirstSearch Implementation of a breadth-first search that loops over the search tree.
DepthFirstSearch Implementation of a depth-first search that loops over the search tree.
TreeSearch Implements search that iterates over a tree of search nodes based on a technique object.
TreeSearchTechnique.Move Contains movement information used by search to determine next node to activate during iteration over search tree