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:
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')
> >>>