electrodversion
Formal analysis for the Electrod formal specification language
Electrod is a model finder inspired by Kodkod. It takes as input a model expressed in a mixture of relational first-order logic (RFOL) over bounded domains and linear temporal logic (LTL) over an unbounded time horizon.
Then Electrod compiles the model to a problem for a solver (currently the NuSMV and nuXmv tools) to produce example or counter-example traces.
Electrod is mainly meant to be used as a backend for the Electrum Analyzer.
See the file INSTALL.md for building and installation instructions.
External dependencies
As of now, Electrod relies on NuSMV or nuXmv (default), so you must at least install one of them.
Running
Electrod is primarily aimed at being called by external, more abstract tools, such as the Electrum Analyzer.
However, it can also be run as a standalone tool by calling the
electrod
program.
Type electrod --help
to get some help on options.
Copyright and license
(C) 2016-2018 ONERA
electrod is distributed under the terms of the Mozilla Public License v2.0.
See LICENSES.md for more information.
Authors | David Chemouil and Julien Brunel |
---|---|
License | MPL-2.0 |
Published | |
Homepage | https://github.com/grayswandyr/electrod/ |
Issue Tracker | https://github.com/grayswandyr/electrod/issues |
Maintainer | David Chemouil <david.chemouil+git@onera.fr> |
Dependencies | |
Source [http] | https://github.com/grayswandyr/electrod/releases/download/0.1.4/electrod-0.1.4.tbz sha256=894ae9e2b88ee853b8ff632d6c93a072e1b10cf46bfc8cd05230b6986ff1532a md5=7be3cb47a6c3d254a7db2f1aaaeb19b1 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/electrod/electrod.0.1.4/opam |