summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlc.h
diff options
context:
space:
mode:
authorYen-Sheng Ho <ysho@berkeley.edu>2017-03-01 14:57:43 -0800
committerYen-Sheng Ho <ysho@berkeley.edu>2017-03-01 14:57:43 -0800
commit18b47dfbd5c9f70511c00bef411e454615620365 (patch)
treee08716e046f6cd57a292668a859e201980c4480b /src/base/wlc/wlc.h
parentda0f4ef33b2f1d52f2121802736408c059ab28f2 (diff)
downloadabc-18b47dfbd5c9f70511c00bef411e454615620365.tar.gz
abc-18b47dfbd5c9f70511c00bef411e454615620365.tar.bz2
abc-18b47dfbd5c9f70511c00bef411e454615620365.zip
%pdra: added an option -u for checking comb. unsat
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r--src/base/wlc/wlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h
index f5dbba42..699d2d9b 100644
--- a/src/base/wlc/wlc.h
+++ b/src/base/wlc/wlc.h
@@ -177,6 +177,7 @@ struct Wlc_Par_t_
int fPdra; // Use pdr -nct
int fProofRefine; // Use proof-based refinement
int fHybrid; // Use a hybrid of CBR and PBR
+ int fCheckCombUnsat; // Check if ABS becomes comb. unsat
int fVerbose; // verbose output
int fPdrVerbose; // verbose output
};