Skip to content

Dependencies

Marcelo Forets edited this page Mar 4, 2020 · 1 revision

Installation

Compatibility

This package is compatible with the current stable release of Julia v1.3, with the long-term release v1.0.5 and with all intermediate versions. The package is expected to work under Linux OS, MacOS and Windows. If you find problems installing, do not hesitate to open an issue in the issue tracker.

Refer to the official documentation on how to install and run Julia in your system.

Installation

Once you have installed Julia in your system, open a Julia session, activate the pkg mode (remember that to activate the pkg mode in Julia's REPL, you need to type ], and to leave it, type <backspace>), and enter:

pkg> add ReachabilityAnalysis.jl

Dependencies

The set-based computations are handled by the library LazySets.jl, which is part of the JuliaReach framework.

The full list of dependencies can be found in the Project.toml file in this repository, in the [deps] section. These dependencies are installed automatically when you add ReachabilityAnaysis.jl as explained in the previous paragraphs.

Clone this wiki locally