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
It will be helpful if the tactic generated by hammer can first remove unused assumptions. In my simple example, (a) takes 0.046s while (b) takes 5.888s.
(a)
clear -H13.
Time hauto use: Z.add_0_r unfold: sval_refine.
(b)
Time hauto use: Z.add_0_r unfold: sval_refine.
It's worth mentioning that I added clear -H13 at the beginning because otherwise hammer would time out. But that doesn't matter for the main point.
The text was updated successfully, but these errors were encountered:
QinshiWang
changed the title
Clear unused assumptions first
Suggestion: clear unused assumptions first
Dec 26, 2021
It will be helpful if the tactic generated by
hammer
can first remove unused assumptions. In my simple example, (a) takes 0.046s while (b) takes 5.888s.It's worth mentioning that I added
clear -H13
at the beginning because otherwisehammer
would time out. But that doesn't matter for the main point.The text was updated successfully, but these errors were encountered: