Include file:
#include "mcrl2/lts/transition.h"
A header file defining a transition as a triple from,label,to.
Muck van Weerdenburg, Jan Friso Groote
mcrl2::lts::
transition_sort_style
¶Values:
- src_lbl_tgt Sort first on source state, then on label, then on target state
Transition sort styles.
This enumerated type defines sort styles for transitions. They can be used to sort the transitions of an LTS based on various criteria.