Skip to content

Commit 38a346f

Browse files
committed
change logic NRA->ALL in log_lemma
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 8c6b1f4 commit 38a346f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nlsat/nlsat_solver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ namespace nlsat {
11161116

11171117
void log_lemma(std::ostream& out, unsigned n, literal const* cls, bool is_valid) {
11181118
++m_lemma_count;
1119-
out << "(set-logic NRA)\n";
1119+
out << "(set-logic ALL)\n";
11201120
if (is_valid) {
11211121
display_smt2_bool_decls(out);
11221122
display_smt2_arith_decls(out);

0 commit comments

Comments
 (0)