Add a bitmap to keep track of whether a subtree needs to be
[tatoo.git] / src / ata.mli
index fd75e2e..8a1119e 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-04-22 15:08:54 CEST by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-04-24 23:19:41 CEST by Kim Nguyen>
 *)
 
 type predicate =
@@ -74,6 +74,7 @@ type config = {
   unsat : StateSet.t;
   todo : TransList.t;
   summary : node_summary;
+  mutable round : int;
 }
 
 module Config : Hcons.S with type data = config