summaryrefslogtreecommitdiffstats
path: root/src/proof/pdr/pdr.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-02-06 00:54:18 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2017-02-06 00:54:18 -0800
commitaed9a87282bcb7937fd74e078d30ed74786abc75 (patch)
tree21ac515210babbeb66c1dd5e9749d9e931f49c62 /src/proof/pdr/pdr.h
parent89e8e50069b62afa021bfd16b340d56cd5b4c113 (diff)
downloadabc-aed9a87282bcb7937fd74e078d30ed74786abc75.tar.gz
abc-aed9a87282bcb7937fd74e078d30ed74786abc75.tar.bz2
abc-aed9a87282bcb7937fd74e078d30ed74786abc75.zip
Adding specialized flop ordering before generalization in 'pdr'.
Diffstat (limited to 'src/proof/pdr/pdr.h')
-rw-r--r--src/proof/pdr/pdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/pdr/pdr.h b/src/proof/pdr/pdr.h
index 18b059c6..66990bfb 100644
--- a/src/proof/pdr/pdr.h
+++ b/src/proof/pdr/pdr.h
@@ -54,6 +54,7 @@ struct Pdr_Par_t_
int fMonoCnf; // monolythic CNF
int fNewXSim; // updated X-valued simulation
int fFlopPrio; // use structural flop priorities
+ int fFlopOrder; // order flops for 'analyze_final' during generalization
int fDumpInv; // dump inductive invariant
int fUseSupp; // use support in the invariant
int fShortest; // forces bug traces to be shortest