mirror of
https://github.com/Z3Prover/z3
synced 2026-04-27 06:13:35 +00:00
bugbash
This commit is contained in:
parent
f71219a9d0
commit
7b0c04a3e8
8 changed files with 67 additions and 48 deletions
|
|
@ -58,13 +58,13 @@ namespace polysat {
|
|||
void saturation::resolve(pvar v, inequality const& i) {
|
||||
if (c.size(v) != i.lhs().power_of_2())
|
||||
return;
|
||||
if (!c.inconsistent())
|
||||
if (false && !c.inconsistent())
|
||||
try_ugt_x(v, i);
|
||||
if (!c.inconsistent())
|
||||
if (false && !c.inconsistent())
|
||||
try_ugt_y(v, i);
|
||||
if (!c.inconsistent())
|
||||
if (false && !c.inconsistent())
|
||||
try_ugt_z(v, i);
|
||||
if (!c.inconsistent())
|
||||
if (false && !c.inconsistent())
|
||||
try_eq_resolve(v, i);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue