-
* [x] check for intersection
* [ ] produce a witness
-
Hi!
I am running my application (which uses ELINA) and I'm seeing memory leaks that seem to come from ELINA. The trace shows the following:
==31742== by 0x576DB1A: elina_interval_alloc (elina…
-
# Reproduction
instantiate any zontope Z. Then use `polygon(Z)`.
you should see that the two middle points are always the same. This results in unnecessary warnings, such as by using `polyshape(poly…
-
I was looking at the print-chain thing just to see if I could quickly swap out for JSON this morning, but... looks like the Swap code uses the same function that is causing the error... which... is ba…
-
This only makes sense in 2D.
I wonder why this even works in higher dimensions. We should have an `@assert length(points[1]) == 2` in `convex_hull!`.
We actually do not need to sort the vertices. …
-
proposing to extend:
```
Every concrete `AbstractPolytope` must define the following functions:
- `vertices_list(::AbstractPolytope{N})::Vector{Vector{N}}` -- return a list of
all vertices
…
-
We have identical plot recipes for `HPolygon`, `VPolgyon`, and `Zonotope` which could all be unified by using `AbstractPolytope` instead. This would also speed up the plotting for other polytopic set …
-
There are several deprecation warnings and at least one error with the alternative `Hyperrectangle` constructor:
```
LazySets.Hyperrectangle: Error During Test at /home/travis/.julia/v0.7/LazySets/t…
-
For an HPolytope H:
```
julia>issubset(H, H)
false
jula>issubset(H, H, true)[2]
[-0.89358, -1.15394, -0.82035]
julia> vertices_list(H)
6-element Array{Array{Float64,1},1}:
[-0.89358, -1.…
-
Couldn't build CDDLib. Here's the [build.log](https://github.com/JuliaPolyhedra/CDDLib.jl/files/2841185/build.log).
```
Julia Version 1.1.0 on macOS Mojave Version 10.14.3
---
% Total % Rec…