3
0
Fork 0
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:
Nikolaj Bjorner 2025-09-27 12:17:40 +03:00
parent ad2c97a4df
commit 88844a84aa
9 changed files with 165 additions and 101 deletions

View file

@ -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())