3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 13:07:53 +00:00

change logic NRA->ALL in log_lemma

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-11-01 08:47:30 -10:00
parent 8c6b1f420c
commit 38a346fa1b

View file

@ -1116,7 +1116,7 @@ namespace nlsat {
void log_lemma(std::ostream& out, unsigned n, literal const* cls, bool is_valid) {
++m_lemma_count;
out << "(set-logic NRA)\n";
out << "(set-logic ALL)\n";
if (is_valid) {
display_smt2_bool_decls(out);
display_smt2_arith_decls(out);