Remove the timestamp header in source files. This information is
[tatoo.git] / src / ata.mli
index a0778a1..d65fabb 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-25 15:15:01 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;