Example #1
0
 public int alphaBeta(int alpha, int beta, int depth, SearchInfo searchinfo, bool includeNull)
 {
     throw new System.NotImplementedException();
 }
Example #2
0
 public void Search(SearchInfo searchInfo)
 {
     throw new System.NotImplementedException();
 }
Example #3
0
 public int Quiescence(int alpha, int beta, SearchInfo searchinfo)
 {
     throw new System.NotImplementedException();
 }