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