summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlc.h
diff options
context:
space:
mode:
authorYen-Sheng Ho <ysho@berkeley.edu>2017-03-09 13:07:30 -0800
committerYen-Sheng Ho <ysho@berkeley.edu>2017-03-09 13:07:30 -0800
commit3ae83d376a6d023456bb2c4cffeed9567df319e5 (patch)
tree3cf41aa01758dd729e14a89d09535b941f691b1a /src/base/wlc/wlc.h
parent6f8820fb95ea7918aec1826f343f8b868bc3a25d (diff)
downloadabc-3ae83d376a6d023456bb2c4cffeed9567df319e5.tar.gz
abc-3ae83d376a6d023456bb2c4cffeed9567df319e5.tar.bz2
abc-3ae83d376a6d023456bb2c4cffeed9567df319e5.zip
%pdra, %abs: added option -d for apple-to-apple comparison
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 699d2d9b..c259d3e5 100644
--- a/src/base/wlc/wlc.h
+++ b/src/base/wlc/wlc.h
@@ -178,6 +178,7 @@ struct Wlc_Par_t_
int fProofRefine; // Use proof-based refinement
int fHybrid; // Use a hybrid of CBR and PBR
int fCheckCombUnsat; // Check if ABS becomes comb. unsat
+ int fAbs2; // Use UFAR style createAbs
int fVerbose; // verbose output
int fPdrVerbose; // verbose output
};