3
0
Fork 0
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:
Jakob Rath 2022-08-22 14:17:47 +02:00
parent 3a759c1a28
commit c1e2ea80f5
2 changed files with 5 additions and 5 deletions

View file

@ -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'