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

MatchingPowers - A Macaulay2 package for computing the matching powers of monomial ideals #3475

Closed
wants to merge 650 commits into from

Conversation

Antonino-Ficarra
Copy link

A Macaulay2 package for computing the matching powers of monomial ideals

d-torrance and others added 30 commits August 6, 2024 07:15
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
d-torrance and others added 28 commits September 1, 2024 21:23
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).
…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
@d-torrance
Copy link
Member

This is a duplicate of #3474 (both are coming from your master branch) -- closing.

@d-torrance d-torrance closed this Sep 12, 2024
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.