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
This problem is because the summarization specification has a totally abstract ininitial state with K_CELL. And this will make the haskell backend check all the rules inside of the evm semantics. It can be solved by changing the max_depth from 1000 to 1. Because we check the imply-relation before sending it the the symbolic execution engine. And it will not check all the possibilities of the K_CELL
This PR reduce time consumption for Test PR / Proofs: Summarization (pull_request) from 4 hours to 10 minutes just by changing the
max_depth
from 1000 to 1.I think it should be a problem in Haskell Backend to improve.
The text was updated successfully, but these errors were encountered: