summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/gia/gia.h')
-rw-r--r--src/aig/gia/gia.h9
1 files changed, 5 insertions, 4 deletions
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
};