Commit b5c3992b by Alan Mishchenko

Proof-logging in the updated solver.

parent c985e17d
......@@ -1450,7 +1450,7 @@ void solver2_reducedb(sat_solver2* s)
extern void Sat_ProofReduce( veci * pProof, veci * pRoots );
satset * c;
cla h,* pArray,* pArray2;
int Counter = 0, CounterStart = s->stats.learnts * 2 / 3;
int Counter = 0, CounterStart = s->stats.learnts * 3 / 4; // 2/3;
int i, j, k, hTemp, hHandle, clk = clock();
static int TimeTotal = 0;
......
......@@ -32,7 +32,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
ABC_NAMESPACE_HEADER_START
//#define USE_FLOAT_ACTIVITY
#define USE_FLOAT_ACTIVITY
//=================================================================================================
// Public interface:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment