From: trevor_hansen Date: Sun, 4 Jul 2010 07:58:00 +0000 (+0000) Subject: I didn't enable capturing of quick statistics (the -t flag) for the time spent bitbla... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=da6734a2386a9100751213a0a2f4dd237548114f;p=francis%2Fstp.git 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 --- 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);