Loading slowbeast/kindse/relations.py +2 −1 Original line number Diff line number Diff line Loading @@ -257,6 +257,7 @@ def get_const_subs_relations(state): continue if nexpr.isOr(): for c in nexpr.children(): if state.is_sat(c): # only a part of the disjunction may be unsat in the state yield AssertAnnotation(c, subs, EM) else: yield AssertAnnotation(nexpr, subs, EM) Loading Loading
slowbeast/kindse/relations.py +2 −1 Original line number Diff line number Diff line Loading @@ -257,6 +257,7 @@ def get_const_subs_relations(state): continue if nexpr.isOr(): for c in nexpr.children(): if state.is_sat(c): # only a part of the disjunction may be unsat in the state yield AssertAnnotation(c, subs, EM) else: yield AssertAnnotation(nexpr, subs, EM) Loading