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

Polyhedron: add and use is_lattice_polytope check #2077

Merged
merged 2 commits into from
Mar 22, 2023
Merged

Conversation

benlorenz
Copy link
Member

enforce lattice property for several properties that depend on this

this fixes some parts of #2066.

cc: @lkastner

and enforce lattice property for several properties that depend on this

julia> h_star_polynomial(c)
x^3 + 23*x^2 + 23*x + 1
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Off-topic, but: That's the second or third time I've recently seen this kind of issue (missing or misplaced triple backquote). I totally can see this happening to me as well, and I wonder if there is some tool or check we can activate to find these systematically?

@benlorenz benlorenz merged commit 742d9f2 into master Mar 22, 2023
@benlorenz benlorenz deleted the bl/latticepoly branch March 22, 2023 22:06
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.

3 participants