12#ifndef MCRL2_MODAL_FORMULA_COUNT_FIXPOINTS_H
13#define MCRL2_MODAL_FORMULA_COUNT_FIXPOINTS_H
19namespace state_formulas {
26struct count_fixpoints_traverser:
public state_formula_traverser<count_fixpoints_traverser>
28 typedef state_formula_traverser<count_fixpoints_traverser> super;
35 count_fixpoints_traverser()
39 void enter(
const mu& )
44 void enter(
const nu& )
59 detail::count_fixpoints_traverser f;
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...