mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 14:55:45 +00:00
set, lemma, minor
This commit is contained in:
parent
2f65ce1026
commit
6abe0c9be8
16 changed files with 91 additions and 23 deletions
|
@ -109,7 +109,7 @@ namespace polysat {
|
|||
// hi < lo <= lo' <= hi'
|
||||
if (lo_val() <= other.lo_val() && other.lo_val() <= other.hi_val())
|
||||
return true;
|
||||
// lo' <= hi' <= hi < lo
|
||||
// lo' <= hi' <= hi < lo
|
||||
if (other.lo_val() <= other.hi_val() && other.hi_val() <= hi_val())
|
||||
return true;
|
||||
// hi' <= hi < lo <= lo'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue