Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Latest commit

 

History

History
51 lines (35 loc) · 2.23 KB

README.md

File metadata and controls

51 lines (35 loc) · 2.23 KB

PolynomialZonotopes.jl

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

PolynomialZonotopes is a Julia package that extends LazySets.jl to the non-convex sets representation given by polynomial zonotopes.

It is written in Julia, a modern high-performance language for scientific computing.

WARNING: This package has been deprecated and is no longer maintained. The functionality in this package has been moved to LazySets.jl.

Resources

Installing

Dependencies

This package requires Julia v0.6. Refer to the official documentation on how to install and run Julia in your system.

To install the LazySets.jl dependency, use the following command inside Julia's REPL:

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

For further information see the installation section of LazySets.jl.

Installation

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

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

Updating

To checkout the latest version, do

Pkg.checkout("PolynomialZonotopes")