Re: [sage-support] Polyhedron.integrate: non-full dimension

2019-02-13 Thread Daniel Krenn
On 2018-12-05 11:07, Dima Pasechnik wrote: For integrating a polynomial over a polyhedron LattE is used but if the dimension is not full, then it is not implemented, see sage: x, y = polygens(QQ, 'x, y') sage: P = Polyhedron(vertices=[[0,0],[1,1]]) sage:

Re: [sage-support] Polyhedron.integrate: non-full dimension

2019-02-13 Thread Dima Pasechnik
On Wed, Feb 13, 2019 at 1:33 PM Daniel Krenn wrote: > > On 2018-12-05 11:07, Dima Pasechnik wrote: > For integrating a polynomial over a polyhedron LattE is used but if the > dimension is not full, then it is not implemented, see > > sage: x, y = polygens(QQ, 'x, y') > >>>