Commit 7804cc5b authored by Marek Chalupa's avatar Marek Chalupa
Browse files

add a note

parent e297e7bf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -558,6 +558,8 @@ class BSELFChecker(BaseBSE):
                S = create_set() if union_matched else None
                for I in cov:
                    if union_matched:
                        # and not S.contains(I.I):
                        # todo: could the inclusion check break inferring relations from path condition? Probably yes.
                        S.add(I.I)
                    else:
                        newsets.append(I.I)