* src/tgba/tgbabddcoredata.cc (tgba_bdd_core_data::tgba_bdd_core_data,
tgba_bdd_core_data::translate): Handle all_accepting_conditions. * src/tgba/tgbabddconcretefactory.cc (tgba_bdd_concrete_factory::finish): Fill all_accepting_conditions.
This commit is contained in:
parent
bca9d83c44
commit
f754d1112d
3 changed files with 17 additions and 0 deletions
|
|
@ -105,6 +105,11 @@ namespace spot
|
|||
// Any state matching the BDD formulae registered is part
|
||||
// of this accepting set.
|
||||
data_.accepting_conditions |= ai->second & acc;
|
||||
|
||||
// Keep track of all accepting conditions, so that we can
|
||||
// easily check whether a transition satisfies all accepting
|
||||
// conditions.
|
||||
data_.all_accepting_conditions |= acc;
|
||||
}
|
||||
|
||||
// Any constraint between Now variables also exist between Next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue