#include <structure_graph.h>
Definition at line 42 of file structure_graph.h.
◆ index_type
◆ vertex_vector
◆ decoration_type
Enumerator |
---|
d_disjunction | |
d_conjunction | |
d_true | |
d_false | |
d_none | |
Definition at line 49 of file structure_graph.h.
◆ structure_graph() [1/2]
mcrl2::pbes_system::structure_graph::structure_graph |
( |
| ) |
|
|
default |
◆ structure_graph() [2/2]
mcrl2::pbes_system::structure_graph::structure_graph |
( |
vertex_vector |
vertices, |
|
|
index_type |
initial_vertex, |
|
|
boost::dynamic_bitset<> |
exclude |
|
) |
| |
|
inline |
◆ all_predecessors()
const std::vector< index_type > & mcrl2::pbes_system::structure_graph::all_predecessors |
( |
index_type |
u | ) |
const |
|
inline |
◆ all_successors()
const std::vector< index_type > & mcrl2::pbes_system::structure_graph::all_successors |
( |
index_type |
u | ) |
const |
|
inline |
◆ all_vertices()
const vertex_vector & mcrl2::pbes_system::structure_graph::all_vertices |
( |
| ) |
const |
|
inline |
◆ contains()
bool mcrl2::pbes_system::structure_graph::contains |
( |
index_type |
u | ) |
const |
|
inline |
◆ decoration()
◆ exclude() [1/2]
boost::dynamic_bitset & mcrl2::pbes_system::structure_graph::exclude |
( |
| ) |
|
|
inline |
◆ exclude() [2/2]
const boost::dynamic_bitset & mcrl2::pbes_system::structure_graph::exclude |
( |
| ) |
const |
|
inline |
◆ extent()
std::size_t mcrl2::pbes_system::structure_graph::extent |
( |
| ) |
const |
|
inline |
◆ find_vertex() [1/2]
◆ find_vertex() [2/2]
const vertex & mcrl2::pbes_system::structure_graph::find_vertex |
( |
index_type |
u | ) |
const |
|
inline |
◆ initial_vertex()
index_type mcrl2::pbes_system::structure_graph::initial_vertex |
( |
| ) |
const |
|
inline |
◆ is_defined()
bool mcrl2::pbes_system::structure_graph::is_defined |
( |
| ) |
const |
|
inline |
◆ is_empty()
bool mcrl2::pbes_system::structure_graph::is_empty |
( |
| ) |
const |
|
inline |
◆ predecessors()
◆ rank()
std::size_t mcrl2::pbes_system::structure_graph::rank |
( |
index_type |
u | ) |
const |
|
inline |
◆ strategy()
◆ successors()
◆ vertices()
◆ detail::manual_structure_graph_builder
◆ detail::structure_graph_builder
◆ m_exclude
boost::dynamic_bitset mcrl2::pbes_system::structure_graph::m_exclude |
|
protected |
◆ m_initial_vertex
index_type mcrl2::pbes_system::structure_graph::m_initial_vertex = 0 |
|
protected |
◆ m_vertices
The documentation for this class was generated from the following file: