Remove the timestamp header in source files. This information is
[tatoo.git] / src / ata.mli
index 8a1119e..d65fabb 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-24 23:19:41 CEST by Kim Nguyen>
-*)
-
 type predicate =
     First_child
   | Next_sibling
@@ -74,11 +70,10 @@ type config = {
   unsat : StateSet.t;
   todo : TransList.t;
   summary : node_summary;
-  mutable round : int;
 }
 
 module Config : Hcons.S with type data = config
-
+val dummy_config : Config.t
 
 type t = private {
   id : Uid.t;
@@ -93,6 +88,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