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:
parent
0481adb87c
commit
63840806d8
5 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue