Include file:
#include "mcrl2/lts/lts_aut.h
mcrl2::lts::
lts_aut_t
¶A simple labelled transition format with only strings as action labels.
This lts format corresponds to the Ceasar/Aldebaran labelled transition system format. There are no state labels, only transition labels which are plain strings.
load
(const std::string &filename)Load the labelled transition system from a file.
If the filename is empty, the result is read from stdin. The input file must be in .aut format.
Parameters:
load
(std::istream &is)¶Load the labelled transition system from an input stream.
The input stream must be in .aut format.
Parameters:
save
(const std::string &filename) const¶Save the labelled transition system to file.
If the filename is empty, the result is written to stdout.
Parameters: