Skip to content

LRSLib with Floats #24

@tomerarnon

Description

@tomerarnon

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions