mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
enable
This commit is contained in:
parent
45e94ae7dd
commit
55d691e16e
1 changed files with 0 additions and 4 deletions
|
@ -39,14 +39,10 @@ namespace polysat {
|
|||
if (c.is_currently_true(s))
|
||||
continue;
|
||||
auto i = inequality::from_ule(c);
|
||||
#if 0
|
||||
if (try_mul_bounds(v, core, i))
|
||||
return true;
|
||||
#endif
|
||||
#if 0
|
||||
if (try_parity(v, core, i))
|
||||
return true;
|
||||
#endif
|
||||
if (try_ugt_x(v, core, i))
|
||||
return true;
|
||||
if (try_ugt_y(v, core, i))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue