mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 14:55:45 +00:00
make explicit that we compare the concrete values
This commit is contained in:
parent
3a759c1a28
commit
c1e2ea80f5
2 changed files with 5 additions and 5 deletions
|
@ -96,7 +96,7 @@ namespace polysat {
|
|||
else
|
||||
return val < hi_val() || val >= lo_val();
|
||||
}
|
||||
bool contains(eval_interval const& other) const {
|
||||
bool currently_contains(eval_interval const& other) const {
|
||||
if (is_full())
|
||||
return true;
|
||||
// lo <= lo' <= hi' <= hi'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue