diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-06-04 10:45:24 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-06-04 10:45:24 -0700 |
commit | a8b2024efa8bfae6783182381edf1e6f3f746fb3 (patch) | |
tree | 2aa14f137c40b494c55c26edd4ffe3fd835a3edb | |
parent | 83d3cc883736324a2961610ff9b8246b1cadf196 (diff) | |
download | abc-a8b2024efa8bfae6783182381edf1e6f3f746fb3.tar.gz abc-a8b2024efa8bfae6783182381edf1e6f3f746fb3.tar.bz2 abc-a8b2024efa8bfae6783182381edf1e6f3f746fb3.zip |
Adding CEC command &splitprove.
-rw-r--r-- | src/proof/cec/cecSplit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/cec/cecSplit.c b/src/proof/cec/cecSplit.c index 352b94e4..ba4aa453 100644 --- a/src/proof/cec/cecSplit.c +++ b/src/proof/cec/cecSplit.c @@ -365,7 +365,7 @@ int Cec_GiaSplitTest( Gia_Man_t * p, int nTimeOut, int fVerbose ) } fSatUnsat = (fSatUnsat == Vec_PtrSize(vStack)); if ( fSatUnsat ) - Progress += 1.0 / pow(0.5, Depth + 1); + Progress += 1.0 / pow(2, Depth + 1); if ( fVerbose ) Cec_GiaSplitPrint( nIter, Depth, nSatVars, nSatConfs, fSatUnsat, Progress, Abc_Clock() - clk ); // cofactor |