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:
parent
12533ad145
commit
4ce39087db
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue