3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 11:41:22 +00:00

porting to windows

This commit is contained in:
U-REDMOND\kenmcmil 2013-03-28 11:18:20 -07:00
parent 28266786f3
commit 7a0d49cb32
4 changed files with 8 additions and 10 deletions

View file

@ -247,7 +247,7 @@ bool iz3base::is_sat(ast f){
}
void iz3base::find_children(const hash_set<ast> &cnsts_set,
void iz3base::find_children(const stl_ext::hash_set<ast> &cnsts_set,
const ast &tree,
std::vector<ast> &cnsts,
std::vector<int> &parents,