#include <structure_graph_builder.h>
Definition at line 237 of file structure_graph_builder.h.
◆ index_type
◆ manual_structure_graph_builder()
mcrl2::pbes_system::detail::manual_structure_graph_builder::manual_structure_graph_builder |
( |
structure_graph & |
G | ) |
|
|
inlineexplicit |
◆ finalize()
void mcrl2::pbes_system::detail::manual_structure_graph_builder::finalize |
( |
| ) |
|
|
inline |
call at the end, to put the results into m_graph
May be called more than once. Does not invalidate this builder.
Definition at line 283 of file structure_graph_builder.h.
◆ insert_edge()
void mcrl2::pbes_system::detail::manual_structure_graph_builder::insert_edge |
( |
index_type |
ui, |
|
|
index_type |
vi |
|
) |
| |
|
inline |
◆ insert_vertex()
index_type mcrl2::pbes_system::detail::manual_structure_graph_builder::insert_vertex |
( |
bool |
is_conjunctive, |
|
|
std::size_t |
rank |
|
) |
| |
|
inline |
◆ remove_edge()
void mcrl2::pbes_system::detail::manual_structure_graph_builder::remove_edge |
( |
index_type |
ui, |
|
|
index_type |
vi |
|
) |
| |
|
inline |
◆ set_initial_state()
void mcrl2::pbes_system::detail::manual_structure_graph_builder::set_initial_state |
( |
const index_type |
i | ) |
|
|
inline |
◆ m_graph
structure_graph& mcrl2::pbes_system::detail::manual_structure_graph_builder::m_graph |
◆ m_initial_state
index_type mcrl2::pbes_system::detail::manual_structure_graph_builder::m_initial_state |
◆ m_vertices
The documentation for this struct was generated from the following file: