itu-square / p3-tool

A reconfigurator tool for fPromela with support for variability abstractions.

Home Page:http://models-team.github.io/p3-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p3-tool

GPLv3 Licensed

A reconfigurator tool for fPromela with support for variability abstractions.

You can retrieve the tool from http://modelsteam.github.io/p3-tool; to install the tool, download the repository, get the latest version of the Haskell Platform and run cabal install in the directory containing the p3-tool cabal file.

The Z3 theorem prover is a prerequisite for running the tool, and the tool assumes that the z3 executable is available on the PATH in your environment. You can retrieve the Z3 binaries from https://github.com/Z3Prover/z3/releases.

The tool has been tested on Mac OS X 10.10 and Windows 7, but should otherwise also work on any *nix platform and newer Windows versions. Assuming that Haskell binaries are in your PATH, you can run the tool by writing p3-fpromela [input_file] where [input_file] is the path to your fPromela file; not that the tool expects a TVL file with the same name as the fPromela file in the directory.

An accompanying suite of benchmarks is available from https://github.com/modelsteam/p3-benchmarks.

About

A reconfigurator tool for fPromela with support for variability abstractions.

http://models-team.github.io/p3-tool

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%