X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fata.mli;h=d65fabb329c54540cda70735e95bdfe330fbb0ff;hp=a0778a1db564aeb5f101925dff94d66ba33c61ab;hb=41dd1fed04cabad212f10fce3484545f6e9d9444;hpb=969febf12344a3fe3bf793a323b2e88f7b20ebae diff --git a/src/ata.mli b/src/ata.mli index a0778a1..d65fabb 100644 --- a/src/ata.mli +++ b/src/ata.mli @@ -13,10 +13,6 @@ (* *) (***********************************************************************) -(* - Time-stamp: -*) - 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;