-
I think it would be nice to have a default output set type in `LazySets.Approximations.project`.
```julia
juila> Z = rand(Zonotope);
julia> project(Z, [1, 2])
MethodError: no method matching …
-
> Should we have a togrep method for AbstractZonotopes which returns a Zonotope/GParallelotope/Parallelotope depending on the type? (Actually, all subtypes except for Zonotope are parallelotopes.)
…
-
This is a generalization of the idea in #1960.
Example: Whenever we create a new `Zonotope` in library code, we should deactivate the check for zero generators, provided that the particular code ca…
-
I'm a university student studying math and I'm trying to find a way to improve Ai2, and I could really use some help with this pkg. I'd like to know which Pkg I don't need when I focus on Ai2.
![图片](…
-
... by one MinkowskiSumArray.
e.g the result in the second line could be automatically simplified to a `MinkowskiSumArray{Float64,Zonotope{Float64}}`:
```julia
julia> z = rand(Zonotope);
jul…
-
execute `rust-format-buffer`, it gives error
> rust-goto-format-problem: Search failed: "--> \\([^:]+\\):"
version: 20200303.932
kaiwk updated
4 years ago
-
```julia
julia> S = Singleton([0., 0.])
Singleton{Float64,Array{Float64,1}}([0.0, 0.0])
julia> Z = convert(Zonotope, S)
Zonotope{Float64}([0.0, 0.0], )
julia> vertices_list(Z)
ERROR: MethodE…
-
Dear Gagandeep,
We made the following invocation of ERAN:
python3 . --netname ../nets/mnist_relu_6_100.tf --domain refinezono --zonotope ../nets/zonotope_example.txt --dataset mnist
We tried wi…
-
Hello!
It seems that the function ``verify_network_with_milp_zonotope`` has not been defined anywhere in the project. Maybe, it has been accidentally omitted in one of the commits.
It is c…
-
Dear Gagandeep,
I have also installed everything without any errors (including the latest clone of ELINA). However, when using zonotopes, I see the same issue that was pointed out by Nikos, i.e. th…