From f9da2c790f68462fd68924c94ecf6f02d442632a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 18 May 2013 11:03:32 -0700 Subject: SAT variable profiling. --- src/sat/bmc/bmc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sat/bmc/bmc.h') diff --git a/src/sat/bmc/bmc.h b/src/sat/bmc/bmc.h index 955cd79e..b5f07151 100644 --- a/src/sat/bmc/bmc.h +++ b/src/sat/bmc/bmc.h @@ -56,6 +56,9 @@ struct Saig_ParBmc_t_ int fDropSatOuts; // replace sat outputs by constant 0 int nFfToAddMax; // max number of flops to add during CBA int fSkipRand; // skip random decisions + int nLearnedStart; // starting learned clause limit + int nLearnedDelta; // delta of learned clause limit + int nLearnedPerce; // ratio of learned clause limit int fVerbose; // verbose int fNotVerbose; // skip line-by-line print-out int iFrame; // explored up to this frame -- cgit v1.2.3