* src/tgba/tgbabddcoredata.hh (tgba_bdd_core_data::translate): New
function. * src/tgba/tgbabddcoredata.cc (tgba_bdd_core_data::translate): Likewise. * src/tgba/tgbabddtranslatefactory.cc (tgba_bdd_translate_factory::tgba_bdd_translate_factory): Use tgba_bdd_core_data::translate.
This commit is contained in:
parent
2ea7cbe0f5
commit
0fe98c6d18
4 changed files with 34 additions and 19 deletions
|
|
@ -122,6 +122,12 @@ namespace spot
|
|||
/// \brief Update the variable sets to take a new accepting condition
|
||||
/// into account.
|
||||
void declare_accepting_condition(bdd prom);
|
||||
|
||||
/// \brief Translate BDD variables.
|
||||
///
|
||||
/// Rewrite the variables according to \a rewrite.
|
||||
/// This used by spot::tgba_bdd_translate_factory.
|
||||
void translate(bddPair* rewrite);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue