* src/tgba/tgbaexplicit.cc, src/tgba/tgbaexplicit.hh
(tgba_explicit::merge_transitions): New method. * src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Factorize all variables (not just Next and A) when computing prime implicants, and then call merge_transitions().
This commit is contained in:
parent
9b0ab316c2
commit
d07c66944e
4 changed files with 68 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ namespace spot
|
|||
/// This assumes that all acceptance conditions in \a f are known from dict.
|
||||
void add_acceptance_conditions(transition* t, bdd f);
|
||||
void complement_all_acceptance_conditions();
|
||||
void merge_transitions();
|
||||
|
||||
// tgba interface
|
||||
virtual ~tgba_explicit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue