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

Core of a simplicial complex, Gorenstein and Gorenstein* properties #36286

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

OP5642
Copy link
Contributor

@OP5642 OP5642 commented Sep 17, 2023

This pull request expands the module for simplicial complexes by adding three new methods: core(), is_gorenstein() and is_gorenstein_star(). The core() method returns the core of a simplicial complex, while the other two methods are boolean, and determine whether a simplicial complex is a Gorenstein or Gorenstein* complex. These are all significant properties of a simplicial complex, and the core is required in order to determine whether a complex is Gorenstein* and that's why they are all combined into a single PR.

This is a part of #35640 (GSoC 2023).

📝 Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation accordingly.

@github-actions
Copy link

Documentation preview for this PR (built with commit ff40345; changes) is ready! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants