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