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

Polymorphism + Arithmetic #615

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Polymorphism + Arithmetic #615

merged 1 commit into from
Oct 4, 2024

Conversation

joe-hauns
Copy link
Contributor

Fixes compatibility issue of polymorphism and arithmetic operations.

The problem was that in polynomial normalization the type argument information was not carried around.
Also updates BottomUpEvaluation to allow for optionally ignore or not ignore type arguments in the bottom-up traversal.

Kernel/BottomUpEvaluation.hpp Show resolved Hide resolved
@MichaelRawson MichaelRawson merged commit c0f6adb into master Oct 4, 2024
1 check passed
@MichaelRawson MichaelRawson deleted the poly-arith branch October 4, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants