-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compare variables by conversion or keyed matching #18
Comments
you can pass the tactic an option in that case |
@gares I think now I need to do the same for the second item of #22 (comment), and it would be nice if we can set/unset these options globally. Do you think it is possible? |
Hum, one thing I could do is to let one access the option tables you can alter with |
@gares Thanks. That's indeed desirable. |
It seems to me that this feature will be useful in apery. https://github.com/math-comp/apery/blob/c484e1f869526b78a81f0a10e1a657096eac35bb/theories/field_tactics.v#L198-L205 |
Before addressing this issue, I wish to have a cache mechanism for conversion checking (based on union-find). That would also apply to the comparisons of instances and reduce the time spent on readback. |
Although it may lead to some performance issues.
The text was updated successfully, but these errors were encountered: