From c4446189a9ca5a187a2ede26a7102866d2c5ae8e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 14 Jan 2016 20:42:22 -0800 Subject: Changes to PDR to compute f-inf clauses and import invariant (or clauses) as a network. --- src/proof/pdr/pdr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proof/pdr/pdr.h') diff --git a/src/proof/pdr/pdr.h b/src/proof/pdr/pdr.h index adbdafca..e4b764a1 100644 --- a/src/proof/pdr/pdr.h +++ b/src/proof/pdr/pdr.h @@ -44,6 +44,7 @@ struct Pdr_Par_t_ int nRecycle; // limit on vars for recycling int nFrameMax; // limit on frame count int nConfLimit; // limit on SAT solver conflicts + int nConfGenLimit; // limit on SAT solver conflicts during generalization int nRestLimit; // limit on the number of proof-obligations int nTimeOut; // timeout in seconds int nTimeOutGap; // approximate timeout in seconds since the last change -- cgit v1.2.3