Package ai.search

Class Summary
CannibalProblem  
ChainProblem  
Node A node in a search problem.
Problem An abstract search problem.
Puzzle8Problem The 8-puzzle Problem In this implementation of the 8-puzzle we have a mix of priorities between efficiency and simplicity.
RomanianProblem Search problem using a road map of Romania.
RouteProblem Find a route between cities on a map.
Search The general search function along with set of specific search strategies.
SearchPanel  
StateActionPair A State and Action.