Skip to content

Commit f8df777

Browse files
na
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent a1d3aca commit f8df777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nlsat/nlsat_explain.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,9 +1354,9 @@ namespace nlsat {
13541354
var max = max_var(num, ls);
13551355
SASSERT(max != null_var);
13561356
normalize(m_core2, max);
1357-
TRACE("nlsat_explain", tout << "core after normalization\n"; display(tout, m_core2););
1357+
TRACE("nlsat_explain", tout << "core after normalization\n"; display(tout, m_core2) << "\n";);
13581358
simplify(m_core2, max);
1359-
TRACE("nlsat_explain", tout << "core after simplify\n"; display(tout, m_core2););
1359+
TRACE("nlsat_explain", tout << "core after simplify\n"; display(tout, m_core2) << "\n";);
13601360
main(m_core2.size(), m_core2.c_ptr());
13611361
m_core2.reset();
13621362
}
@@ -1454,7 +1454,7 @@ namespace nlsat {
14541454
process(num, ls);
14551455
reset_already_added();
14561456
m_result = nullptr;
1457-
TRACE("nlsat_explain", display(tout << "[explain] result\n", result););
1457+
TRACE("nlsat_explain", display(tout << "[explain] result\n", result) << "\n";);
14581458
CASSERT("nlsat", check_already_added());
14591459
}
14601460

0 commit comments

Comments
 (0)