txt2pbes

This tool can read parameterised Boolean equation systems in textual format and store them in the aterm format that is used by most of the tools. This tool performs the inverse operation of pbespp. When the argument for the output location is omitted, the tool prints to stdout. When both the arguments for input and output locations are omitted, the tool reads from stdin and writes to stdout.

orphan:


Usage

txt2pbes   [OPTION]... [INFILE [OUTFILE]]

Description

Parse the textual description of a PBES from INFILE and write it to OUTFILE. If INFILE is not present, stdin is used. If OUTFILE is not present, stdout is used.

Command line options

-n , --normalize

normalization is applied, i.e. negations and implications are eliminated.

-oFORMAT , --out=FORMAT

use output format FORMAT:

bes

BES in internal format

pbes

PBES in internal format

pgsolver

BES in PGSolver format

text

PBES in textual (mCRL2) format

--timings[=FILE]

append timing measurements to FILE. Measurements are written to standard error if no FILE is provided

Standard options

-q , --quiet

do not display warning messages

-v , --verbose

display short log messages

-d , --debug

display detailed log messages

--log-level=LEVEL

display log messages up to and including level; either warn, verbose, debug or trace

-h , --help

display help information

--version

display version information

--help-all

display help information, including hidden and experimental options

Author

Aad Mathijssen, Wieger Wesselink