aeneas icon indicating copy to clipboard operation
aeneas copied to clipboard

Fix the loops of `simp_all` in `scalar_tac`

Open sonmarcho opened this issue 1 year ago • 0 comments

The call to simp_all in scalar_tac seems to loop at times, or at least take a lot more time than expected. For this reason, we set a low number of max steps here.

Note that removing this makes some proofs fail in this file (because the maximum number of heart beats gets exceeded).

sonmarcho avatar Aug 22 '24 07:08 sonmarcho