mirror of
https://github.com/Z3Prover/z3
synced 2026-01-20 17:14:43 +00:00
make normalize optional
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e542a5e520
commit
cc56749e84
4 changed files with 7 additions and 0 deletions
|
|
@ -508,6 +508,8 @@ 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