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

Zoom always does a partial=True type match #303

Open
kpeeters opened this issue Jul 4, 2024 · 0 comments
Open

Zoom always does a partial=True type match #303

kpeeters opened this issue Jul 4, 2024 · 0 comments
Labels
enhancement Not strictly a bug but more of a feature enhancement request

Comments

@kpeeters
Copy link
Owner

kpeeters commented Jul 4, 2024

For convenience, the zoom algorithm always allows for more than the indicated factors in any term:

ex:=A D + A B C D E;
zoom(_, $A D$);

keeps both terms. For backward compatibility we cannot change this, but it would be useful to have a partial=False type flag which forces zoom to only keep the first term in the example above (similar to what substitute does).

@kpeeters kpeeters added the enhancement Not strictly a bug but more of a feature enhancement request label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Not strictly a bug but more of a feature enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant