pbesinfo

This tool prints some basic information about a file containing a parameterised Boolean equation system. It indicates the number of minimal and maximal fixed point equations, as well as the alternation depth of the PBES. Optionally, the parameterised variables of the PBES can also be listed.

orphan:


Usage

pbesinfo   [OPTION]... [INFILE]

Description

Print basic information about the PBES in INFILE. If INFILE is not present, standard input is used.

Command line options

-f , --full

display the predicate variables and their signature

-iFORMAT , --in=FORMAT

use input 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 intermediate messages

-d , --debug

display detailed intermediate messages

--log-level=LEVEL

display intermediate messages up to and including level

-h , --help

display help information

--version

display version information

--help-all

display help information, including hidden and experimental options

Author

Wieger Wesselink; Alexander van Dam