mirror of
https://github.com/Z3Prover/z3
synced 2026-01-19 00:38:57 +00:00
mul-saturation wip
fixup conflict explanations in mul_saturation, add parameter to enable it, add statistics
This commit is contained in:
parent
ad2c97a4df
commit
88844a84aa
9 changed files with 165 additions and 101 deletions
|
|
@ -1333,7 +1333,7 @@ lbool core::check() {
|
|||
return l_false;
|
||||
}
|
||||
|
||||
if (false && no_effect())
|
||||
if (no_effect() && lp_settings().m_enable_stellensatz)
|
||||
ret = m_mul_saturate.saturate();
|
||||
|
||||
if (no_effect() && should_run_bounded_nlsat())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue