Remove the 'round' counter from the hashconsed configurations.
[tatoo.git] / src / ata.mli
index fd75e2e..8de0c58 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 16:25:20 CEST by Kim Nguyen>
 *)
 
 type predicate =
@@ -77,7 +77,7 @@ type config = {
 }
 
 module Config : Hcons.S with type data = config
-
+val dummy_config : Config.t
 
 type t = private {
   id : Uid.t;
@@ -92,6 +92,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