Include file:
#include "mcrl2/lts/lts_dot.h
mcrl2::lts::
probabilistic_lts_dot_t
¶A class to contain labelled transition systems in graphviz format.
Action labels are strings, and state labels are pairs with a name field and an action fields.
save
(const std::string &filename) constSave the labelled transition system to a file.
Throws an error when the file cannot be opened.
Parameters:
save
(std::ostream &os) constSave the labelled transition system to a stream.
Parameters: