Add a clean logger infrastructure.
[tatoo.git] / src / ata.mli
index fd75e2e..a0778a1 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-25 15:15:01 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
@@ -92,6 +93,7 @@ type t = private {
 
 val create : StateSet.t -> StateSet.t -> t
 val reset : t -> unit
+val full_reset : t -> unit
 val get_trans : t -> QNameSet.elt -> StateSet.t -> TransList.t