mirror of
https://github.com/Z3Prover/z3
synced 2025-11-25 23:19:32 +00:00
v0.1 of nla saturation
This commit is contained in:
parent
3e9afb30af
commit
fdac93fff3
3 changed files with 6 additions and 1 deletions
|
|
@ -1318,6 +1318,7 @@ lbool core::check() {
|
|||
return l_false;
|
||||
}
|
||||
|
||||
|
||||
if (no_effect() && lp_settings().m_enable_stellensatz)
|
||||
ret = m_stellensatz.saturate();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue