X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fata.mli;h=8a1119ec5d5d62d164d97813bf58f001029ef184;hp=fd75e2ed9b19b35bfca96e63984716f97960614f;hb=acd23a33d837d03c813212ec3896a86edef16e87;hpb=f71defc62c481fe8a3a161d904790f3ca117a8cb diff --git a/src/ata.mli b/src/ata.mli index fd75e2e..8a1119e 100644 --- a/src/ata.mli +++ b/src/ata.mli @@ -14,7 +14,7 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) type predicate = @@ -74,6 +74,7 @@ type config = { unsat : StateSet.t; todo : TransList.t; summary : node_summary; + mutable round : int; } module Config : Hcons.S with type data = config