mCRL2
|
A header file defining a transition as a triple from,label,to. More...
Go to the source code of this file.
Classes | |
class | mcrl2::lts::transition |
A class containing triples, source label and target representing transitions. More... | |
struct | std::hash< mcrl2::lts::transition > |
specialization of the standard std::hash function. More... | |
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::lts |
The main LTS namespace. | |
namespace | std |
STL namespace. | |
Enumerations | |
enum | mcrl2::lts::transition_sort_style { mcrl2::lts::src_lbl_tgt , mcrl2::lts::lbl_tgt_src , mcrl2::lts::tgt_lbl_src , mcrl2::lts::tgt_src_lbl , mcrl2::lts::tgt_lbl , mcrl2::lts::target } |
Transition sort styles. More... | |
Variables | |
static const std::size_t | mcrl2::lts::const_tau_label_index =0 |
A header file defining a transition as a triple from,label,to.
Definition in file transition.h.