Ag/selfprojecting matroids - #6122
Open
AlheydisGeiger wants to merge 146 commits into
Open
Conversation
…ith a first attempt at struct and some first functions, still problems with the computation of the selfprojecting realization ideal
…jecting matrix does not yet work
…alization spaces, also added a .jl file that contains the first steps towards a struct that can be used in the pending database collection
…to ag/selfprojecting_matroids
…the selfprojecting realization matrix works
…ications in the MRS and SPMRS files
…realizations instead of the classical realizations, and adjusted the function computing the self-projecting realization space for the case that this space is empty.
… the inequations to avoid repetitions and 1, products are not excluded so far.
…to ag/selfprojecting_matroids
…QQ the coefficient ring cannot be computed
…ypes of some properties to allow for the case when the computation for the selfprojecting realization space did not terminate
Provide extra method for underlying_scheme.
…ferent input type, basis_minors is adjusted to explain that no sorting is done if the candidates are quotientring elements
… in 1:length(...)
…message is only relevant for the expert user of the code. Not for the standard user, who just uses the exported functions
Co-authored-by: Max Horn <max@quendi.de>
Co-authored-by: Max Horn <max@quendi.de>
Co-authored-by: Max Horn <max@quendi.de>
…or all the exported functions. No code changed
…r/Oscar.jl into ag/selfprojecting_matroids
…r/Oscar.jl into ag/selfprojecting_matroids
…gRealizations now the name of the argument in math formatting is used
…e three signs marking the end of the docstring
…d realizations prettier by fixing some layout mistakes
…r the list of polynomials from the basis minors is created as a multiplicative set. The default is false. This speeds up the computation fo rlarger matroids.
Member
|
unfortunately this now has some merge conflicts |
Contributor
Author
This should be fixed now hopefully! |
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.
Updated the documentation for the collection in oscarDB, because now the collection for the matroids of rank 4 on 9 elements is complete.
Also updated the function basis_minors by adding a kwarg to decide whether the list of polynomials from the basis minors is created as a multiplicative set. The default is false. This speeds up the computation for larger matroids and it was used to create some of the database entries.