Manual Reference Pages  - scn_format (n)

NAME

scn_format - Scenario description format

Part of Tina Toolbox for analysis of Petri nets and Time Petri nets (see also nd, tina, plan, struct, ktzio, selt).

CONTENTS

Description
Examples
See Also
Authors

DESCRIPTION

The scn format is used by:

- the nd stepper to store/load histories;
- the selt model checker to save counter examples for replay by the stepper;
- the plan application, to analyse path timing.

A .scn file is a series of line, each constituted of a series of blocks of one of the following shape (all blocks in a file have same shape) :

       <transition>
  or:  <transition>@<time>
  or:  <transition>$<time>

where <transition> is a transition name (see net.txt) and <time> is a nonnegative float (without exponent)

Spaces and tabs are considered separators;

Line breaks are significant, thet are interpreted as marks by the nd stepper, and preserved by the plan tool;

Blank lines and and those beginning with "#" are considered comments;

EXAMPLES

(see example files in the "net" directory of distributions).

SEE ALSO

tina_formats, nd, tina, plan, struct, ktzio, selt

AUTHORS

Bernard Berthomieu, LAAS/CNRS, 2000-2010, Bernard.Berthomieu@laas.fr.


Tina Formats scn_format (n) Version 2.9.10
Generated by manServer 1.07 from formats/scn_format.n using man macros.