mCRL2
Loading...
Searching...
No Matches
structure_graph.h File Reference

add your file description here. More...

Go to the source code of this file.

Classes

class  mcrl2::pbes_system::structure_graph
 
struct  mcrl2::pbes_system::structure_graph::vertex
 
struct  mcrl2::pbes_system::structure_graph::integers_not_contained_in
 
struct  mcrl2::pbes_system::structure_graph::vertices_not_contained_in
 

Namespaces

namespace  mcrl2
 
namespace  mcrl2::pbes_system
 The main namespace for the PBES library.
 
namespace  mcrl2::pbes_system::detail
 

Functions

constexpr unsigned int mcrl2::pbes_system::undefined_vertex ()
 
template<typename StructureGraph >
std::vector< typename StructureGraph::index_type > mcrl2::pbes_system::structure_graph_predecessors (const StructureGraph &G, typename StructureGraph::index_type u)
 
template<typename StructureGraph >
std::vector< typename StructureGraph::index_type > mcrl2::pbes_system::structure_graph_successors (const StructureGraph &G, typename StructureGraph::index_type u)
 
std::ostream & mcrl2::pbes_system::operator<< (std::ostream &out, const structure_graph::decoration_type &decoration)
 
std::ostream & mcrl2::pbes_system::operator<< (std::ostream &out, const structure_graph::vertex &u)
 
template<typename StructureGraph >
std::ostream & mcrl2::pbes_system::print_structure_graph (std::ostream &out, const StructureGraph &G)
 
std::ostream & mcrl2::pbes_system::operator<< (std::ostream &out, const structure_graph &G)
 

Detailed Description

add your file description here.

Definition in file structure_graph.h.