You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File rewrite_at_yield.smt2 results in rewrite_at_yield.log. Or a real world example is here (from carbon): ListIterator.11.log. The issue is that z3 rewrites yielded terms using equalities before the yield (enode creation during instantiation) is logged, and doesn't log this rewrite in any way. Therefore the dependency on the equality is lost and the chain seems like a ML since there are no new facts coming in.
The text was updated successfully, but these errors were encountered:
A tracking issue for any logfiles for which the current ML algo fails to construct a graph.
ListIterator.11.log. The issue is that z3 rewrites yielded terms using equalities before the yield (enode creation during instantiation) is logged, and doesn't log this rewrite in any way. Therefore the dependency on the equality is lost and the chain seems like a ML since there are no new facts coming in.
The text was updated successfully, but these errors were encountered: