Include file:
#include "mcrl2/pbes/solve_structure_graph.h
mcrl2::pbes_system::
lps_solve_structure_graph_algorithm
¶create_counter_example_lps
(structure_graph &G, const std::set<structure_graph::index_type> &V, const lps::specification &lpsspec, const pbes &p, const pbes_equation_index &p_index)¶lps_solve_structure_graph_algorithm
() = default¶solve_with_counter_example
(structure_graph &G, const lps::specification &lpsspec, const pbes &p, const pbes_equation_index &p_index)¶Solve a pbes for some equation, while constructing a counter example or wittness based on the accompanying linear process.
Parameters:
Returns: A boolean indicating the solution and a linear process that represents the counter example.