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
We need to rewrite the code in ‘generator’ style, roughly generate_next_proof : state -> (state, proof).
Then we can decide how many steps can be executed in proof based on the domain size.
The text was updated successfully, but these errors were encountered:
We need to rewrite the code in ‘generator’ style, roughly
generate_next_proof : state -> (state, proof)
.Then we can decide how many steps can be executed in proof based on the domain size.
The text was updated successfully, but these errors were encountered: