ChessApplication.SearchNBestEngine.SearchNBestEngine Function
Constructor of a SearchNBestEngine.

Public void SearchNBestEngine (ChessApplication.ChessBoard, System.Collections.Stack)
  Type Name Description  
    ChessBoard board The board to generate moves for.  
    System.Collections.Stack boardHistoryStack The history of the chess game i.e. old ChessBoards  
  Return Description  
    void    
Other overloads:
ChessApplication.SearchNBestEngine.#ctor(ChessBoard,Stack,2,2) ChessApplication.SearchNBestEngine.#ctor(XmlReader,ChessBoard,Stack)