3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-06 02:52:43 +00:00

fix an assert statement

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-10-17 18:08:01 -07:00
parent 53c6b8b082
commit 94edbcbf06
3 changed files with 10 additions and 7 deletions

View file

@ -1072,7 +1072,7 @@ namespace nlsat {
m_todo.reset();
break;
}
TRACE(nlsat_explain, tout << "project loop, processing var "; display_var(tout, m_solver, x);
TRACE(nlsat_explain, tout << "project loop, processing var "; display_var(tout, m_solver, x);
tout << "\npolynomials\n";
display(tout, m_solver, ps); tout << "\n";);
add_lcs(ps, x);