Skip to content
/ LGG Public

A reachability analysis algorithm for linear non-deterministic systems, implemented in SageMath.

License

Notifications You must be signed in to change notification settings

mforets/LGG

Repository files navigation

Le Guernic-Girard Reachability Algorithm in Sage

target:https://travis-ci.org/mforets/LGG

Installation

To install the package use the following command:

sage -pip install --upgrade -v git+https://github.com/mforets/polyhedron_tools.git git+https://github.com/mforets/LGG.git

WARNING: This package is deprecated and is no longer maintained. You may be interested to check out our github org JuliaReach and the package Reachability.jl.

Documentation

There is an online HTML documentation.

For a local build of the HTML documentation, clone this repository and run:

sage -sh -c "make html"

The documentation in PDF format can be built with:

sage -sh -c "make latexpdf"

These commands shall be executed inside the /docs directory.

Examples

Browse the Jupyter notebooks available in the /examples folder in this repository. These can be displayed in a window embedded in github, but it is recommended to use the external nbviewer (there is a link at the top right of that window).

About

A reachability analysis algorithm for linear non-deterministic systems, implemented in SageMath.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages