File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1354,9 +1354,9 @@ namespace nlsat {
1354
1354
var max = max_var (num, ls);
1355
1355
SASSERT (max != null_var);
1356
1356
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 " ;);
1358
1358
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 " ;);
1360
1360
main (m_core2.size (), m_core2.c_ptr ());
1361
1361
m_core2.reset ();
1362
1362
}
@@ -1454,7 +1454,7 @@ namespace nlsat {
1454
1454
process (num, ls);
1455
1455
reset_already_added ();
1456
1456
m_result = nullptr ;
1457
- TRACE (" nlsat_explain" , display (tout << " [explain] result\n " , result););
1457
+ TRACE (" nlsat_explain" , display (tout << " [explain] result\n " , result) << " \n " ;);
1458
1458
CASSERT (" nlsat" , check_already_added ());
1459
1459
}
1460
1460
You can’t perform that action at this time.
0 commit comments