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
Is it possible to globally change maxRuleApplications to something less than 200?
As it is, my editor becomes a bit too slow while waiting for unsuccessful aesop calls.
I suspect that all my successful calls succeed in less than 200 applications (can I confirm this?).
The text was updated successfully, but these errors were encountered:
Fair question. At the moment, your only choice is to write a wrapper macro that calls Aesop with specific options. But I think it would make sense to use the Lean options framework for this, i.e.
set_option aesop.maxRuleApplications 50
I already use this style for some options, might as well use it consistently.
Jun 2, 2022 10:28:14 Asta H. From ***@***.***>:
Is it possible to globally change
maxRuleApplications
to something less than 200?As it is, my editor becomes a bit too slow while waiting for unsuccessful aesop calls.
I suspect that all my successful calls succeed in less than 200 applications (can I confirm this?).
The text was updated successfully, but these errors were encountered: