From 18b47dfbd5c9f70511c00bef411e454615620365 Mon Sep 17 00:00:00 2001 From: Yen-Sheng Ho Date: Wed, 1 Mar 2017 14:57:43 -0800 Subject: %pdra: added an option -u for checking comb. unsat --- src/base/wlc/wlc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base/wlc/wlc.h') 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 }; -- cgit v1.2.3