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
The iterator "it" for the outer loop is never used, and calling set_frozen multiple times is the same as calling it once, so I think the code would do the same thing if the loop was removed?
I tried removing the outer for loop completely and all the regression tests pass.
The text was updated successfully, but these errors were encountered:
This is a question rather than a bug report, but I wasn't sure who to direct the question to.
I'm looking at the function bv_refinementt::freeze_lazy_constraints()
https://github.com/diffblue/cbmc/blob/develop/src/solvers/refinement/refine_arrays.cpp#L118-L139
I don't really understand what this loop is doing:
The iterator "it" for the outer loop is never used, and calling set_frozen multiple times is the same as calling it once, so I think the code would do the same thing if the loop was removed?
I tried removing the outer for loop completely and all the regression tests pass.
The text was updated successfully, but these errors were encountered: