3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

fix #2546, retrieve model in optsmt lex before iterating

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-09-10 11:19:59 +02:00
parent 0481adb87c
commit 63840806d8
5 changed files with 6 additions and 1 deletions

View file

@ -35,6 +35,7 @@ bool smt_logics::logic_has_reals_only(symbol const& s) {
s == "UFLRA" ||
s == "LRA" ||
s == "RDL" ||
s == "NRA" ||
s == "QF_NRA" ||
s == "QF_UFNRA" ||
s == "QF_UFLRA";