Skip to content

JuliaReach/LazySets.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")