3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

something cl was complaining about

This commit is contained in:
Ken McMillan 2013-09-15 14:00:45 -07:00
parent 12533ad145
commit 4ce39087db

View file

@ -65,7 +65,7 @@ public:
typedef hash_set<ast> AstHashSet;
AstHashSet equivs_visited; // proofs already checked for equivalences
typedef pair<hash_map<ast,Iproof::node>, hash_map<ast,Iproof::node> > AstToIpf;
typedef std::pair<hash_map<ast,Iproof::node>, hash_map<ast,Iproof::node> > AstToIpf;
AstToIpf translation; // Z3 proof nodes to Iproof nodes
AstToInt frame_map; // map assertions to frames