23 #ifndef SPOT_TGBA_TGBABDDCOREDATA_HH
24 # define SPOT_TGBA_TGBABDDCOREDATA_HH
142 void declare_now_next(bdd now, bdd next);
145 void declare_atomic_prop(bdd var);
148 void declare_acceptance_condition(bdd prom);
152 void delete_unaccepting_scc(bdd init);
155 bdd infinitely_often(bdd s, bdd acc, bdd er);
159 #endif // SPOT_TGBA_TGBABDDCOREDATA_HH
bdd next_set
The conjunction of all Next variables, in their positive form.
Definition: tgbabddcoredata.hh:93
bdd_dict * dict
The dictionary used by the automata.
Definition: tgbabddcoredata.hh:122
bdd acceptance_conditions
encodes the acceptance conditions
Definition: tgbabddcoredata.hh:76
bdd var_set
The (positive) conjunction of all variables which are atomic propositions.
Definition: tgbabddcoredata.hh:104
bdd all_acceptance_conditions
The set of all acceptance conditions used by the Automaton.
Definition: tgbabddcoredata.hh:88
bdd now_set
The conjunction of all Now variables, in their positive form.
Definition: tgbabddcoredata.hh:91
bdd notvar_set
The (positive) conjunction of all variables which are not atomic propositions.
Definition: tgbabddcoredata.hh:107
Core data for a TGBA encoded using BDDs.
Definition: tgbabddcoredata.hh:32
bdd acc_set
The (positive) conjunction of all variables which are acceptance conditions.
Definition: tgbabddcoredata.hh:113
bdd relation
encodes the transition relation of the TGBA.
Definition: tgbabddcoredata.hh:41
bdd varandnext_set
The (positive) conjunction of all Next variables and atomic propositions.
Definition: tgbabddcoredata.hh:110
Map BDD variables to formulae.
Definition: bdddict.hh:57
bdd nownext_set
The conjunction of all Now and Next variables, in their positive form.
Definition: tgbabddcoredata.hh:95
bdd notnow_set
The (positive) conjunction of all variables which are not Now variables.
Definition: tgbabddcoredata.hh:98
bdd acceptance_conditions_support
The value of bdd_support(acceptance_conditions)
Definition: tgbabddcoredata.hh:79
bdd notacc_set
The (positive) conjunction of all variables which are not acceptance conditions.
Definition: tgbabddcoredata.hh:116
bdd negacc_set
The negative conjunction of all variables which are acceptance conditions.
Definition: tgbabddcoredata.hh:119
bdd notnext_set
The (positive) conjunction of all variables which are not Next variables.
Definition: tgbabddcoredata.hh:101