void 
Mc_CheckAGOnlySpec(
  Prop_Ptr  prop 
)
The implicit assumption is that "spec" must be an AG formula (i.e. it must contain only conjunctions and AG's). No attempt is done to normalize the formula (e.g. push negations). The AG mode relies on the previous computation and storage of the reachable state space (reachable_states_layers), they are used in counterexample computation.

See Also check_spec

void 
Mc_CheckCTLSpec(
  Prop_Ptr  prop 
)
Verifies that M,s0 |= alpha using the fair CTL model checking.


void 
Mc_CheckCompute(
  Prop_Ptr  prop 
)
Compute the given quantitative characteristics on the model.


void 
Mc_CheckInvar(
  Prop_Ptr  prop 
)
Verifies that M,s0 |= AG alpha, with alpha propositional.

See Also check_spec check_ltlspec

node_ptr 
Mc_ComputeCompassionConstraints(
  Fsm_BddPtr  fsm, 
  node_ptr  compassion_exp 
)
Computes the set of compassion constraints BDD pairs, in order to use them during the model checking phase.


bdd_ptr 
Mc_ComputeFairStates(
  Fsm_BddPtr  fsm 
)
Computes the set of fair_states.

See Also eg

node_ptr 
Mc_ComputeJusticeConstraints(
  Fsm_BddPtr  fsm, 
  node_ptr  justice_exp 
)
Computes the set of justice constraints BDD, in order to use them during the model checking phase.


void 
Mc_End(
    
)
Quit the mc package


void 
Mc_Init(
    
)
Initializes the mc package.


Last updated on 1021107 13h03