summaryrefslogtreecommitdiffstats
path: root/src/proof/ssw/ssw.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-03-22 10:10:09 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2018-03-22 10:10:09 -0700
commit53e7d1f9ef0b13e63f2b316c6f1de253fec6f42e (patch)
treefae493f9f59332dcac5f4d0da188b93700a106dc /src/proof/ssw/ssw.h
parent69416b7ca181fc93f653be067c4c4a1523d1ca30 (diff)
downloadabc-53e7d1f9ef0b13e63f2b316c6f1de253fec6f42e.tar.gz
abc-53e7d1f9ef0b13e63f2b316c6f1de253fec6f42e.tar.bz2
abc-53e7d1f9ef0b13e63f2b316c6f1de253fec6f42e.zip
Adding switch 'scorr -f' to dump inductive invariant as an AIG.
Diffstat (limited to 'src/proof/ssw/ssw.h')
-rw-r--r--src/proof/ssw/ssw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/ssw/ssw.h b/src/proof/ssw/ssw.h
index cd65fc67..9bd83964 100644
--- a/src/proof/ssw/ssw.h
+++ b/src/proof/ssw/ssw.h
@@ -70,6 +70,7 @@ struct Ssw_Pars_t_
int fVerbose; // verbose stats
int fFlopVerbose; // verbose printout of redundant flops
int fEquivDump; // enables dumping equivalences
+ int fEquivDump2; // enables dumping equivalences
int fStopWhenGone; // stop when PO output is not a candidate constant
// optimized latch correspondence
int fLatchCorrOpt; // perform register correspondence (optimized)