summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-09-14 10:27:48 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-09-14 10:27:48 -0700
commit19c28cae94cd2fe94d7cc7d9542d0fbacd9be95b (patch)
treee9d1e66de035c4c55c53d073a8fa200fb9327254 /src/aig/gia/gia.h
parent9b15f71f2f82dfe5a222fceed135640be8cc5dfb (diff)
downloadabc-19c28cae94cd2fe94d7cc7d9542d0fbacd9be95b.tar.gz
abc-19c28cae94cd2fe94d7cc7d9542d0fbacd9be95b.tar.bz2
abc-19c28cae94cd2fe94d7cc7d9542d0fbacd9be95b.zip
Prepared &gla to try abstracting and proving concurrently.
Diffstat (limited to 'src/aig/gia/gia.h')
-rw-r--r--src/aig/gia/gia.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aig/gia/gia.h b/src/aig/gia/gia.h
index 099c693b..a00b7111 100644
--- a/src/aig/gia/gia.h
+++ b/src/aig/gia/gia.h
@@ -233,12 +233,14 @@ struct Gia_ParVta_t_
int fUseFullProof; // use full proof for UNSAT cores
int fDumpVabs; // dumps the abstracted model
int fDumpMabs; // dumps the original AIG with abstraction map
+ int fCallProver; // calls the prover
char * pFileVabs; // dumps the abstracted model into this file
int fVerbose; // verbose flag
int fVeryVerbose; // print additional information
int iFrame; // the number of frames covered
int iFrameProved; // the number of frames proved
int nFramesNoChange; // the number of last frames without changes
+ int nFramesNoChangeLim; // the number of last frames without changes to dump abstraction
};
static inline unsigned Gia_ObjCutSign( unsigned ObjId ) { return (1 << (ObjId & 31)); }