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

PolyominoIdeals—a package to deal with polyomino ideals #2716

Merged
merged 6 commits into from
Dec 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
File modified
  • Loading branch information
Rizwan Jahangir authored and Rizwan Jahangir committed Dec 20, 2022
commit 7087a35e67b8a7af6f614792be71af8ce0e53cc8
3 changes: 2 additions & 1 deletion M2/Macaulay2/packages/PolyominoIdeals/PolyominoIdeals.m2
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ newPackage(
Headline => "binomial ideals of collections of cells",
Keywords => {"Binomial Ideals", "Inner 2-minor Ideals", "Polyomino Ideals"},
DebuggingMode => false,
Reload => true
Reload => true,
AuxiliaryFiles => true
)

export {
Expand Down