jopt.csp.search
Interface SearchTechnique


public interface SearchTechnique

Objects of this type control how the search tree is iterated over during the solver's search routine. Depth first searching and breadth first searching are examples of search techniques.