-
Notifications
You must be signed in to change notification settings - Fork 236
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
MatchingPowers - A Macaulay2 package for computing the matching powers of monomial ideals #3475
Closed
Conversation
This file contains 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
The error message was essentially the same for mutable lists and mutable hash tables, so we combine them. We also drop toExternalString(Type), since Type is a subclass of MutableHashTable, and we can just use inheritance.
We just use the same method as we use for mutable lists and hash tables.
…e elimination ideal inconsistencies from msolve
…n; moved TESTs to a separate file
… changed verbosity/threads as suggested c.f. antonleykin#28
This way, we can access its argument while it's still a Code object and properly determine its location rather than guessing.
check(2, "LLLBases") wasn't previously being registered since TEST and the test string were on different lines. Now it's picked up, but it raises an error (unknown key: Engine), so we skip it
Add support for creating matrices with Constant entries. Also add a unit test.
…ingTorMap, horsehoeResolution. Fixed bug in mult of complex maps with numbers, bug in homomorphism
…s us to remove the dependency of Polyhedra on IntegralClosure and ReesAlgebra (which in turn was making the incorporatino of the Complexes package quite difficult).
…ll run correctly.
…unctions: status, rank, transpose, nullhomotopy (synonym of nullHomotopy). Allow complex to take a single matrix. Do not compute remainder in one version of nullHomotopy(serious performance degradation). Moved Ext(Module, Module) functionality from the Core to Complexes. Added minimalBetti fixes.
…ree source was incorrect. freeResolution(Strategy => Syzygies) incorrectly handled resolutions of length 0. Tests and doc were updated for these.
… changed calls in AInfinity to use this simpler algorithm. Also added in doc for associatedGradedRing
…orname{Hom}, imported a test from Core related to total Ext
…then displays that the argument is a complex, a complex, a module (doubled complex). It appears that is a bug that will get fixed before the next version, so we change this to be correct once that bug fix is in.
We were trying to concatenate a list of nets, but "concatenate" expects a list of strings. So we use "stack" instead.
A Macaulay2 package for computing the homological shift ideals of a monomial ideal of a polynomial ring
A Macaulay2 package for computing the matching powers of monomial ideals
This is a duplicate of #3474 (both are coming from your |
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.
A Macaulay2 package for computing the matching powers of monomial ideals