Пример #1
0
 public bool SatisfiesState(State goal)
 {
     return
         (goal.Facts.All(gp => Facts.ContainsKey(gp.Key)));
 }