Name

instantiator — Generates state space

Synopsis

instantiator [-help] [-help-all] [-version] [-max N] [-max-enum N] [-reduce] [-i] [-o file ] [-monitor] [-explore] [ -svc-term | -svc-num | -aut | -check | -deadlock | -trace actions | -traces actions | -user file.so | -invariant file ] [Stepper Options] [Rewriter Options] [Data Options] input.tbf

actions::= action {,action }...

Description

The state space, defined by the LPE contained in input.tbf, will be traversed in breadth-first order. There are options that encountered actions and deadlocks will be printed during the traversal.

Options

-help

Display help information

-help-all

Display all help information

-version

Get the version number of this release

-max N

N*1000 is the upperbound of the number of states which will be explored

-max-enum N

N*1000 is the upperbound of help variables used during enumeration

-reduce

Write the LPE containing only the summands which are used during state space generation to stdout

-i

Tau replaced by i (Needed for CADP )

-deadlock

Write an action trace to each deadlock state in text file input.trc/n and write report of this in input.dlk These files can be read by msim and jsim.

-o output

Write state space to output.ext in which ext is determined by a chosen option (default ext equal to aut)

-monitor

Display progressing information

-explore

See -monitor. In addition encountered deadlocks will be printed.

-check

Perform only a type check during state space traversal

-aut

Write transition system in .aut format (default)

-svc-term

Write transition system in SVC format. States are represented by vector of terms.

-svc-num

Write transition system in SVC format. States are represented by numbers.

-trace actions

Write an action trace to each action mentioned in actions in text file input.trc/action and writes report of this in input.dlk. Also traces to deadlock states will be written. These files can be read by msim and jsim.

-traces actions

See -trace. However more traces per action will be written.

-user file.so

Link user defined callback functions. These C-functions must be defined in file.c. See the example in labelfreq.c.

-invariant file

Check the invariants written in file during instantiation. Further information about output, see the flag -deadlock.

Last update

16 December 2008 by Bert Lisser