/LazySets.jl

A Julia package for calculus with convex sets

Primary LanguageJuliaOtherNOASSERTION

LazySets.jl

Build Status Docs latest license DOI Code coverage Join the chat at https://gitter.im/JuliaReach/Lobby

LazySets is a Julia package for calculus with convex sets.

Resources

Installing

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 update your local copy to the current development version, do:

Pkg.checkout("LazySets")