mirror of
https://github.com/Z3Prover/z3
synced 2026-01-18 16:28:56 +00:00
parent
c80cfb0b8e
commit
89f35c95c8
4 changed files with 0 additions and 7 deletions
|
|
@ -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;);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue