3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

fixing sls

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-04-21 18:07:02 +02:00
parent 1f66e46c67
commit beaa50e0d8
5 changed files with 150 additions and 47 deletions

View file

@ -957,7 +957,7 @@ namespace opt {
break;
}
}
out << "(optimize)\n";
out << "(check-sat)\n";
return out.str();
}