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

generating function of integral points of polyhedra: option algorithm (naive, lattE) #22111

Open
dkrenn opened this issue Dec 30, 2016 · 6 comments · May be fixed by #36237
Open

generating function of integral points of polyhedra: option algorithm (naive, lattE) #22111

dkrenn opened this issue Dec 30, 2016 · 6 comments · May be fixed by #36237

Comments

@dkrenn
Copy link
Contributor

dkrenn commented Dec 30, 2016

  • Extend the method generating_function_of_integral_points by an algorithm keyword.
  • For polytopes implement a naive algorithm that just collects the monomials corresponding to integral_points.
  • Access the corresponding algorithm of LattE like this:
  sage: from sage.interfaces.latte import count
  sage: P = polytopes.cuboctahedron()
  sage: cddin = P.cdd_Vrepresentation()
  sage: count(cddin, cdd=True, raw_output=True, multivariate_generating_function=True)

(This follow-up ticket originates from #22067 comment:26.)

Depends on #22067

CC: @mkoeppe

Component: geometry

Issue created by migration from https://trac.sagemath.org/ticket/22111

@dkrenn dkrenn added this to the sage-7.5 milestone Dec 30, 2016
@videlec
Copy link
Contributor

videlec commented Mar 10, 2017

comment:1

Isn't it a duplicate of #22109?

@mkoeppe
Copy link
Member

mkoeppe commented May 1, 2020

comment:2

Moving some tickets to 9.2. This is not a promise that I will be working on them.

@mkoeppe mkoeppe modified the milestones: sage-7.5, sage-9.2 May 1, 2020
@mkoeppe mkoeppe modified the milestones: sage-9.2, sage-9.3 Aug 13, 2020
@mkoeppe
Copy link
Member

mkoeppe commented Feb 13, 2021

comment:4

Setting new milestone based on a cursory review of ticket status, priority, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Feb 13, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Jul 19, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 14, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 Mar 5, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Aug 31, 2022
@mkoeppe

This comment has been minimized.

@mkoeppe
Copy link
Member

mkoeppe commented Jan 10, 2023

comment:10

Replying to Vincent Delecroix:

Isn't it a duplicate of #22109?

Yes. We can close #22109 in favor of this ticket.

@mkoeppe
Copy link
Member

mkoeppe commented Jan 10, 2023

Dependencies: #22067

@mkoeppe mkoeppe added this to the sage-10.1 milestone Apr 30, 2023
@mkoeppe mkoeppe removed this from the sage-10.1 milestone Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants