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

Bug in intersection of polyhedron (backend normaliz with algebraic numbers) #27737

Closed
jplab opened this issue Apr 27, 2019 · 2 comments
Closed

Comments

@jplab
Copy link

jplab commented Apr 27, 2019

With #25097, we have:

sage: P = Polyhedron(vertices=[[0,0],[AA(sqrt(2)),1]], backend='normaliz')
sage: Q = Polyhedron(vertices=[[0,1],[1,0]], backend='normaliz')
sage: P & Q
Traceback (most recent call last):
...
TypeError: unsupported operand type(s) for +: 'sage.modules.free_module_element.FreeModuleElement_generic_dense' and 'list'

Depends on #25097

CC: @w-bruns @jplab @sebasguts @mkoeppe @videlec

Component: geometry

Keywords: polytopes, non-rational

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

@jplab jplab added this to the sage-8.8 milestone Apr 27, 2019
@mkoeppe
Copy link
Member

mkoeppe commented May 20, 2019

comment:1

Fixed in current version of #25097.

@mkoeppe mkoeppe removed this from the sage-8.8 milestone May 20, 2019
@jplab
Copy link
Author

jplab commented May 20, 2019

comment:2

Please set as closed.

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

No branches or pull requests

3 participants