Skip to content
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

EQUATION EXPLORER: Allow searching/displaying any equation #848

Open
vlad902 opened this issue Nov 18, 2024 · 3 comments
Open

EQUATION EXPLORER: Allow searching/displaying any equation #848

vlad902 opened this issue Nov 18, 2024 · 3 comments

Comments

@vlad902
Copy link
Contributor

vlad902 commented Nov 18, 2024

With Bruno's new fast algorithm for mapping equation to id and back, there's no reason the equation explorer can't handle arbitrary equation numbers or formulas, even if we don't have implications it could still be useful as a web-based find_equation_id.

@teorth
Copy link
Owner

teorth commented Nov 18, 2024

This can be combined with #378.

@vlad902
Copy link
Contributor Author

vlad902 commented Nov 18, 2024

It could be, though they're really two separate tasks.

@blefloch
Copy link
Contributor

Note that my python code is efficient in almost all cases, with the exception of equations with the same shape on the left-hand side and right-hand side: then it has to list all equations in order (basically). This could probably be solved if there is appetite for it, but the combinatorics of how to count equations up to isomorphism in that case were a bit involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Unclaimed Outstanding Tasks
Development

No branches or pull requests

3 participants