package electrod

  1. Overview
  2. Docs
Formal analysis for the Electrod formal specification language

Install

Dune Dependency

Authors

Maintainers

Sources

electrod-0.1.7.tbz
md5=4a88e818d658569b86577905c8e9d97d

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 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.

Home page

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.

Published: 24 May 2018

README

electrod - Formal analysis for the Electrod formal specification language

0.1.7

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.

Home page

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.

Dependencies (16)

  1. visitors >= "20180513"
  2. sequence >= "0.5"
  3. printbox < "0.6"
  4. ppx_inline_test
  5. ppx_expect
  6. mtime
  7. menhir < "20211128"
  8. logs
  9. hashcons
  10. gen
  11. fmt < "0.8.7"
  12. containers >= "2.0" & < "3.0"
  13. cmdliner >= "1.0.2"
  14. ppxfind build
  15. jbuilder >= "1.0+beta20"
  16. ocaml >= "4.04"

Dev Dependencies

None

Used by

None

Conflicts

None