X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fata.mli;h=8de0c5815dd6b46c6d3d60bb21bb2b542ed51d2a;hp=a0778a1db564aeb5f101925dff94d66ba33c61ab;hb=e3474bb976d161aa5c42f3d42583bbe290bbfcc4;hpb=969febf12344a3fe3bf793a323b2e88f7b20ebae diff --git a/src/ata.mli b/src/ata.mli index a0778a1..8de0c58 100644 --- a/src/ata.mli +++ b/src/ata.mli @@ -14,7 +14,7 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) type predicate = @@ -74,11 +74,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;