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

LRSLib with Floats #24

Open
tomerarnon opened this issue Jan 5, 2019 · 0 comments
Open

LRSLib with Floats #24

tomerarnon opened this issue Jan 5, 2019 · 0 comments

Comments

@tomerarnon
Copy link

The following works just fine, although from this issue on CDDLib, I understand that actually it should not, since LRSLib does not support floating point arithmetic.

julia> using LazySets, Polyhedra, LRSLib

julia> H = convert(HPolytope, rand(Hyperrectangle, dim = 5));

julia> @time tovrep(H, backend = LRSLib.Library());
  4.151839 seconds (14.16 M allocations: 743.277 MiB, 10.23% gc time)
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

No branches or pull requests

1 participant