instantiator — Generates state space
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
}...
The state space, defined by the LPE
contained in
,
will be traversed in breadth-first order. There are options that
encountered actions and deadlocks will be printed during the traversal.
input
.tbf
-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
and write report of this in
input
.trc/n
These files can be read by msim and
jsim.
input
.dlk
-o
output
Write state space to
in which
output
.extext
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
and writes report of this in
input
.trc/action
.
Also traces to deadlock states will be written.
These files can be read by msim and
jsim.
input
.dlk
-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
.
See the example in
file
.clabelfreq.c
.
-invariant
file
Check the invariants written in
during instantiation.
Further information about output, see the flag file
-deadlock
.