From da6734a2386a9100751213a0a2f4dd237548114f Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Sun, 4 Jul 2010 07:58:00 +0000 Subject: [PATCH] I didn't enable capturing of quick statistics (the -t flag) for the time spent bitblasting when using AIGS. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@917 e59a4935-1847-0410-ae03-e826735625c1 --- src/to-sat/AIG/ToSATAIG.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/to-sat/AIG/ToSATAIG.h b/src/to-sat/AIG/ToSATAIG.h index 727df52..73a57e9 100644 --- a/src/to-sat/AIG/ToSATAIG.h +++ b/src/to-sat/AIG/ToSATAIG.h @@ -59,7 +59,9 @@ namespace BEEV BitBlaster bb(&mgr); set support; + bm->GetRunTimes()->start(RunTimes::BitBlasting); BBNodeAIG BBFormula = bb.BBForm(input, support); + bm->GetRunTimes()->stop(RunTimes::BitBlasting); assert(support.size() ==0); // hot handled yet.. assert(satSolver.nVars() ==0); -- 2.47.3