mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +00:00
porting to windows
This commit is contained in:
parent
28266786f3
commit
7a0d49cb32
4 changed files with 8 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue