Store in each configuration whether a subtree needs to be recomputed.
[tatoo.git] / src / ata.mli
index 0861773..56665e2 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-04-23 15:12:15 CEST by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-04-24 18:10:18 CEST by Kim Nguyen>
 *)
 
 type predicate =
@@ -75,6 +75,7 @@ type config = {
   todo : TransList.t;
   summary : node_summary;
   mutable round : int;
+  mutable unstable_subtree : bool;
 }
 
 module Config : Hcons.S with type data = config