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

JuliaReach/PolynomialZonotopes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Polynomial zonotopes extension for LazySets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages