Include file:
#include "mcrl2/lts/lts_fsm.h
mcrl2::lts::
lts_fsm_t
¶The class lts_fsm_t contains labelled transition systems in .fsm format.
The .fsm format consists of an labelled transition system where the action labels are strings, and the state labels are vectors of integers. The integers at position i corresponds to a string, which are maintained in a separate vector for memory efficiency.
load
(const std::string &filename)Save the labelled transition system to file.
If the filename is empty, the result is read from stdout.
Parameters:
save
(const std::string &filename) constSave the labelled transition system to file.
If the filename is empty, the result is written to stdout.
Parameters: