From 137f0347f089ecb3e23e509f4081a99ea95e3077 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 26 Aug 2012 09:21:45 -0700 Subject: Added switch '&gla -m' to dump original miter with the abstraction map. --- src/aig/gia/gia.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/aig/gia/gia.h') diff --git a/src/aig/gia/gia.h b/src/aig/gia/gia.h index 3a22f8f4..2cd47d62 100644 --- a/src/aig/gia/gia.h +++ b/src/aig/gia/gia.h @@ -226,13 +226,14 @@ struct Gia_ParVta_t_ int fUseRollback; // use rollback to the starting number of frames int fPropFanout; // propagate fanout implications int fAddLayer; // refinement strategy by adding layers - int fUseSkip; - int fUseSimple; - int fSkipHash; + int fUseSkip; // skip proving intermediate timeframes + int fUseSimple; // use simple CNF construction + int fSkipHash; // skip hashing CNF while unrolling int fDumpVabs; // dumps the abstracted model + int fDumpMabs; // dumps the original AIG with abstraction map char * pFileVabs; // dumps the abstracted model into this file int fVerbose; // verbose flag - int fVeryVerbose; + int fVeryVerbose; // print additional information int iFrame; // the number of frames covered int nFramesNoChange; // the number of last frames without changes }; -- cgit v1.2.3