Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.43 KB

LazySets.jl

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

LazySets is a Julia package for calculus with convex sets.

Resources

Installing

Dependencies

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

Installation

To install this package, use the following command inside Julia's REPL:

Pkg.clone("https://github.com/JuliaReach/LazySets.jl")

Updating

To checkout the latest version, do

Pkg.checkout("LazySets")