git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1497
e59a4935-1847-0410-ae03-
e826735625c1
#ifndef IMPLICATIONGRAPH_H_
#define IMPLICATIONGRAPH_H_
+#include "../../../AST/UsefulDefs.h"
#include "../ConstantBitP_TransferFunctions.h"
#include "../ConstantBitP_Utility.h"
#include "Edge.h"
// Relationship between bits. One bit may imply another bit.
class ImplicationGraph
{
- typedef __gnu_cxx ::hash_set<Edge, EdgeHasher, eqEdge> Edges;
+ typedef hash_set<Edge, EdgeHasher, eqEdge> Edges;
Edges edges;
struct Target