LazySets
is a Julia package for calculus with convex sets.
This package requires Julia v0.6 or later. Refer to the official documentation on how to install it for your system.
To install the Expokit dependency, use the following command inside Julia's REPL:
Pkg.clone("https://github.com/acroy/Expokit.jl")
To install this package, use the following command inside Julia's REPL:
Pkg.clone("https://github.com/JuliaReach/LazySets.jl")
To checkout the latest version, do
Pkg.checkout("LazySets")