summaryrefslogtreecommitdiffstats
path: root/src/proof/ssc/ssc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/ssc/ssc.h')
-rw-r--r--src/proof/ssc/ssc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/ssc/ssc.h b/src/proof/ssc/ssc.h
index 1112719c..aee29713 100644
--- a/src/proof/ssc/ssc.h
+++ b/src/proof/ssc/ssc.h
@@ -49,6 +49,7 @@ struct Ssc_Pars_t_
int nCallsRecycle; // calls to perform before recycling SAT solver
int fAppend; // append constraints to the resulting AIG
int fVerbose; // verbose stats
+ int fVerify; // enable internal verification
};
////////////////////////////////////////////////////////////////////////