3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-03 12:51: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

@ -307,7 +307,8 @@ public:
int interpolate(const std::vector<ast> &cnsts, std::vector<ast> &itps){
assert((int)cnsts.size() == frames);
foci = foci2::create("lia");
std::string lia("lia");
foci = foci2::create(lia);
if(!foci){
std::cerr << "iZ3: cannot find foci lia solver.\n";
assert(0);