Include file:
#include "mcrl2/pbes/pbesinst_structure_graph.h
mcrl2::pbes_system::
pbesinst_structure_graph_algorithm
¶Variant of pbesinst that will compute a structure graph for a PBES. The result will be put in the structure graph that is passed in the constructor.
mcrl2::pbes_system::pbesinst_structure_graph_algorithm::
m_graph_builder
¶Reports BES equations that are produced by the algorithm. This function is called for every BES equation X = psi with rank k that is produced. By default it does nothing.
pbesinst_structure_graph_algorithm
(const pbessolve_options &options, const pbes &p, structure_graph &G)¶run
() overrideRuns the algorithm. The result is obtained by calling the function get_result.