First stub for modstd support for modules - #6177
Draft
HechtiDerLachs wants to merge 12 commits into
Draft
Conversation
HechtiDerLachs
marked this pull request as draft
August 10, 2026 12:45
Collaborator
Author
|
I consulted with @JohnAAbbott about his "dodgy_mode". This PR now needs to be run with this one on AA. Up to now it is a suggestion as to how we might integrate this functionality. Feel free to have a look! |
Collaborator
Author
|
@ederc raises the question how we want to cache dodgy stuff. In this PR I introduce an extra cache for "dodgy groebner bases", but maybe this is not what we want to do? @YueRen suggests that the log allows the user to track dodgy intermediate results and to use only one cache. @ederc agrees and suggests that one may still add a flag to the data type for the GB to keep the information whether it was obtained in a dodgy way. In general people are in favor of not introducing parallel caching structures. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I needed this for a project with @simonfelten, so this is an effort to bring Singular's ModStd to the
OFPModulesin Oscar.I will try to do everything in parallel to what we have for ideals. I think, it would be nice if throughout the next weeks we could discuss how such functionality could be integrated into Oscar, even if not user-facing for the moment.
ping @jankoboehm , @wdecker