From 19c28cae94cd2fe94d7cc7d9542d0fbacd9be95b Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 14 Sep 2012 10:27:48 -0700 Subject: Prepared &gla to try abstracting and proving concurrently. --- src/aig/gia/gia.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/aig/gia/gia.h') 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)); } -- cgit v1.2.3