smp::model_checker_mu_calculus_vertex_data Class Reference

Implements the vertex data for mu-calculus model checking. More...

#include <mu_calculus.h>

List of all members.

Public Attributes

MS_state * state
 State variable for mu-calculus model checking library.

Detailed Description

Implements the vertex data for mu-calculus model checking.

The data stored in each vertex of the graph required for the mu-calculus model checking operation.

Examples:

libbot_rrg_single_integrator_mu_calculus.cpp, and standalone_rrg_single_integrator_mu_calculus.cpp.


Member Data Documentation

State variable for mu-calculus model checking library.

This variable is a data type used by the external mu-calculus model checking library. The class holds the set of all sub-formula of the specification that the associated vertex satisfies. It is incrementally updated by the procedure.


The documentation for this class was generated from the following file: