package electrod
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=dd47a6d755dc80a9a75fa21bda7a6507316ca2a33f7201d25ee9ba01d902a6a2
sha512=abc8bb1194df32bfe3c00f499dd989868c9ad208c8c7401085b9c18e87890eae1c087dbbb9bf128f95f4e759de27e1d7a6d6b2f7a5e6a9b000b469d72c77b87a
Description
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 it compiles the model to a problem for a solver (currently the NuSMV and nuXmv tools) to produce example or counter-example traces. Electrod is primarily meant to be used as a backend for the Electrum formal method and tool.
Published: 03 Dec 2020
README
electrod - 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 it compiles the model to a problem for a solver (currently the NuSMV and nuXmv model-checkers). Electrod is mainly meant to be used as a backend for the Electrum Analyzer.
Installation instructions
Installation has only been tested on GNU/Linux and Mac OS X. It may not work on MS Windows.
The easiest way to install Electrod is to rely on the Opam OCaml package manager.
opam update
opam upgrade
opam install electrod
After installation, you will see a program called "electrod" in your PATH.
External dependencies
As of now, Electrod relies on NuSMV (2.6+) or nuXmv (2.0+), so you must at least install one of them.
Running
Electrod is primarily aimed at being called by external 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-2020 ONERA
electrod is distributed under the terms of the Mozilla Public License v2.0.
See LICENSE.md for more information.
Dependencies (18)
-
visitors
>= "20190513"
- stdlib-shims
- stdcompat
- iter
-
printbox
< "0.6"
- ppx_deriving
-
mtime
< "2.0.0"
- menhir
- logs
- hashcons
- gen
-
fmt
>= "0.8.7"
- containers-data
-
containers
>= "3.0"
- cmdliner
- dune-build-info
-
dune
>= "2.0"
-
ocaml
>= "4.11.0"
Dev Dependencies (1)
-
mdx
with-test
Used by
None
Conflicts
None