Package SciLib.AI.Search

Interface Summary
Application This interface defines specific methods for different applications
 

Class Summary
binNode A generic binary node used to build a binary tree.
Node An abstract class that define a generic node for a search tree or search graph.
Result This class contains some methods to handle the linear programming
Scheduler An abstract class that define a generic node for a search tree or search graph.
SearchNode A search node used in a search tree or search graph.
TreeSearch This class contains some methods to handle the searching problems