git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@944
e59a4935-1847-0410-ae03-
e826735625c1
#define BBNODEAIG_H_
#include "../../extlib-abc/aig.h"
+#include <iostream>
namespace BEEV
{
+ using std::cerr;
+ using std::endl;
// This class wraps around a pointer to an AIG (provided by the ABC tool).
// uses the default copy constructor and assignment operator.
Cnf_DataFree(cnfData);
if (bm->UserFlags.exit_after_CNF)
+ {
+ if (bm->UserFlags.quick_statistics_flag)
+ bm->GetRunTimes()->print();
exit(0);
+ }
// cryptominisat treats simplify() as protected.
#ifndef CRYPTOMINISAT2