Skip to content

Commit

Permalink
Update IntervalValue.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bjjwwang authored Nov 21, 2023
1 parent b99920c commit b6da6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svf/include/AbstractExecution/IntervalValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ inline IntervalValue operator<=(const IntervalValue &lhs, const IntervalValue &r
// for other cases, lhs can <= rhs or not, depending on the values
// e.g. lhs: [2,4], rhs: [1,3],
// lhs can <= rhs if lhs is 3, rhs is 3.
// lhs can also not > rhs if lhs is 3 rhs is 2
// lhs can also not <= rhs if lhs is 3 rhs is 2
else
{
return IntervalValue(0, 1);
Expand Down

0 comments on commit b6da6f4

Please sign in to comment.