Update test results.
[tatoo.git] / src / ata.mli
index fd75e2e..56665e2 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 18:10:18 CEST by Kim Nguyen>
 *)
 
 type predicate =
@@ -74,6 +74,8 @@ type config = {
   unsat : StateSet.t;
   todo : TransList.t;
   summary : node_summary;
+  mutable round : int;
+  mutable unstable_subtree : bool;
 }
 
 module Config : Hcons.S with type data = config