summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlc.h
diff options
context:
space:
mode:
authorYen-Sheng Ho <ysho@berkeley.edu>2017-02-28 18:05:58 -0800
committerYen-Sheng Ho <ysho@berkeley.edu>2017-02-28 18:05:58 -0800
commit902a78eeb883cb97131e03cc31cf0892787e806e (patch)
tree6a3a83a72d13c1afbfe9a6da4415ac34dd6bab4b /src/base/wlc/wlc.h
parentd95d51c474fdd5d882b34c8bcbcd27173ba8431c (diff)
downloadabc-902a78eeb883cb97131e03cc31cf0892787e806e.tar.gz
abc-902a78eeb883cb97131e03cc31cf0892787e806e.tar.bz2
abc-902a78eeb883cb97131e03cc31cf0892787e806e.zip
added an option -r to %pdra: proof-based refinement only
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r--src/base/wlc/wlc.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h
index 1a2bc505..f5dbba42 100644
--- a/src/base/wlc/wlc.h
+++ b/src/base/wlc/wlc.h
@@ -171,11 +171,12 @@ struct Wlc_Par_t_
int nIterMax; // the max number of iterations
int nLimit; // the max number of signals
int fXorOutput; // XOR outputs of word-level miter
- int fCheckClauses; // Check clauses in the reloaded trace
- int fPushClauses; // Push clauses in the reloaded trace
- int fMFFC; // Refine the entire MFFC of a PPI
- int fPdra; // Use pdr -nct
+ int fCheckClauses; // Check clauses in the reloaded trace
+ int fPushClauses; // Push clauses in the reloaded trace
+ int fMFFC; // Refine the entire MFFC of a PPI
+ int fPdra; // Use pdr -nct
int fProofRefine; // Use proof-based refinement
+ int fHybrid; // Use a hybrid of CBR and PBR
int fVerbose; // verbose output
int fPdrVerbose; // verbose output
};