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 and run Julia in your system.
To install the latest release of this package, use the following command inside Julia's REPL:
Pkg.add("LazySets")
If you want to install the latest development version, do:
Pkg.clone("https://github.com/JuliaReach/LazySets.jl.git")
To checkout the latest version, do
Pkg.checkout("LazySets")