12#ifndef MCRL2_PBES_SIMPLE_STRUCTURE_GRAPH_H
13#define MCRL2_PBES_SIMPLE_STRUCTURE_GRAPH_H
20namespace pbes_system {
const std::vector< index_type > & successors(index_type u) const
bool contains(index_type) const
structure_graph::decoration_type decoration_type
decoration_type decoration(index_type u) const
const structure_graph::vertex_vector & all_vertices() const
const structure_graph::vertex_vector & m_vertices
std::size_t extent() const
const structure_graph::vertex_vector & vertices() const
const vertex & find_vertex(index_type u)
structure_graph::vertex vertex
std::size_t rank(index_type u) const
structure_graph::index_type index_type
simple_structure_graph(const structure_graph::vertex_vector &vertices)
index_type strategy(index_type u) const
const std::vector< index_type > & predecessors(index_type u) const
const vertex & find_vertex(index_type u) const
std::ostream & print_structure_graph(std::ostream &out, const StructureGraph &G)
std::ostream & operator<<(std::ostream &os, const absinthe_strategy strategy)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
std::vector< index_type > successors
decoration_type decoration
std::vector< index_type > predecessors
add your file description here.