Beispiel #1
0
 public static void CalculateRootGray(AllDraw Curent)
 {
     try
     {
         if (Node != null)
         {
             if (Node.Dept != null)
             {
                 Pointer.Dept = Curent;
             }
             else
             {
                 Node.Dept = Curent;
             }
         }
         else
         {
             Node = Curent;
         }
     }
     catch (Exception tt)
     {
         return;
     }
     return;
 }
Beispiel #2
0
 public virtual void RemovePenalltyFromFirstBranches(AllDraw A)
 {
     throw new System.NotImplementedException();
 }
Beispiel #3
0
 private void Wait(AllDraw Dum, int i, int j, int k, int Kind, bool AStarGreedy)
 {
     throw new System.NotImplementedException();
 }
Beispiel #4
0
 private bool IsToMateHasLessDeeperThanForMate(AllDraw A, int Order, ref int ToMate, ref int ForMate, int AStarGreedy)
 {
     throw new System.NotImplementedException();
 }
Beispiel #5
0
 public virtual void MakeRegardAllMateBranches(AllDraw A, int Order)
 {
     throw new System.NotImplementedException();
 }
Beispiel #6
0
 public virtual void InitiateForEveryKindThingHome(AllDraw DummyHA, int ii, int jj, Color a, IEnumerable <int> Table, int Order, bool TB, int IN)
 {
     throw new System.NotImplementedException();
 }
Beispiel #7
0
 private void IsPenaltyRegardMateAtBranch(int Order, ref int Do, AllDraw Base)
 {
     throw new System.NotImplementedException();
 }
Beispiel #8
0
 private List <List <Double> > FoundOfBestMovments(int AStarGreedy, ref List <Double> i, ref List <Double> j, ref List <Double> k, AllDraw Dummy, Color a, int Order)
 {
     throw new System.NotImplementedException();
 }
Beispiel #9
0
 public virtual IEnumerable <int> HuristicCurrentTable(AllDraw ADra, Color a, int Order)
 {
     throw new System.NotImplementedException();
 }
Beispiel #10
0
 public virtual AllDraw CopyRemeiningItems(AllDraw ADummy, int Order)
 {
     throw new System.NotImplementedException();
 }
Beispiel #11
0
 public virtual bool AllCurrentAStarGreedyThinkingFinished(AllDraw Dum, int i, int j, int Kind)
 {
     throw new System.NotImplementedException();
 }
Beispiel #12
0
 public virtual void Clone(AllDraw AA)
 {
     throw new System.NotImplementedException();
 }
Beispiel #13
0
 public AllDraw(AllDraw THi)
 {
 }
Beispiel #14
0
 private void Wait(AllDraw Dum, int i, int j, int Kind)
 {
     throw new System.NotImplementedException();
 }