-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
multi polynomial element/repr #39502
Conversation
Looks good to me. If I forget to do it, feel free to set to positive review when the relevant tests pass. |
Documentation preview for this PR (built with commit 3aab2e3; changes) is ready! 🎉 |
|
I don't know what these semirings do, but I guess they inherit from us and want some weird printing to be happy. |
Some people who know about these things here at sd128 say that x is better than |
I simply adapted the |
I cannot reproduce the failed test in The failure produced by
is real and also present in develop, I think it is #39191 |
When making the tropical polynomials, it was a deliberate design to make it |
Ah, that makes sense! The current PR does not change that! |
What is the rationale for closing this (and the other PR) and reopening a new PR? |
It is about the irrational coincidence that Martin had super powers and played on the wrong playground, and Martin does not know how to change the branch of a pull request. I am really sorry and even more embarassed. |
I see. No problem. Well, there might have been another way to fix this, but this works. We can chat after your SageDays are over about alternatives. In the meantime, please enjoy some coffee and SageDays. I hope they are going well. |
This is an identical replacement for sagemath#39502 which had to be closed. URL: sagemath#39523 Reported by: Martin Rubey Reviewer(s): Travis Scrimshaw
This is an identical replacement for sagemath#39502 which had to be closed. URL: sagemath#39523 Reported by: Martin Rubey Reviewer(s): Travis Scrimshaw
This fixes a performance bottleneck in #38108, which boiled down to the fact that producing the
repr
of generators in multivariate polynomial rings is expensive.