3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-18 16:28:56 +00:00

Revert "make normalize optional"

This reverts commit c80cfb0b8e.
This commit is contained in:
Lev Nachmanson 2025-12-18 10:47:40 -10:00
parent c80cfb0b8e
commit 89f35c95c8
4 changed files with 0 additions and 7 deletions

View file

@ -508,8 +508,6 @@ namespace nlsat {
}
void normalize(polynomial_ref & p) {
if (!m_solver.lws_norm())
return;
unsigned level = max_var(p);
if (find_in_Q(p, level)) return;
TRACE(lws_norm, tout << "p:" << p << std::endl;);