git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@298
e59a4935-1847-0410-ae03-
e826735625c1
#define HASHMULTISET hash_multiset
#define INITIAL_TABLE_SIZE 100
+using namespace std;
namespace BEEV {
- using namespace std;
using namespace MINISAT;
#ifdef EXT_HASH_MAP
using namespace __gnu_cxx;
//BEEV::num_absrefine = atoi(argv[++i]);
break;
case 'h':
- BEEV::fprintf(stderr,BEEV::usage,BEEV::prog);
+ fprintf(stderr,BEEV::usage,BEEV::prog);
cout << helpstring;
//FatalError("");
//return -1;
#ifndef PRINTERS_H_
#define PRINTERS_H_
+#include <iostream>
+#include <vector>
+#include <cstring>
#include "../AST/AST.h"
-#include "../AST/ASTUtil.h"
#include "../AST/ASTKind.h"
#include "../STPManager/STP.h"
+//using namespace std;
namespace printer
{
-
ostream& Dot_Print(ostream &os, const BEEV::ASTNode n);
ostream& SMTLIB_Print(ostream &os,