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:
parent
8c6b1f420c
commit
38a346fa1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue