X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fata.mli;h=8de0c5815dd6b46c6d3d60bb21bb2b542ed51d2a;hb=66e86354976d541edef083a641cebca76b847c98;hp=a0778a1db564aeb5f101925dff94d66ba33c61ab;hpb=969febf12344a3fe3bf793a323b2e88f7b20ebae;p=tatoo.git 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;