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-27 12:17:52 -07:00
parent 78848f3ddd
commit 28266786f3
7 changed files with 56 additions and 46 deletions

View file

@ -243,6 +243,7 @@ bool iz3base::is_sat(ast f){
Z3_pop(ctx,1);
return res != Z3_L_FALSE;
#endif
return false;
}