* src/tgba/succiterconcrete.cc (tgba_succ_iterator_concrete::next):
Rewrite using bdd_satoneset. This time it's for real. (I hope.) * src/tgba/succiterconcrete.hh (current_base_, current_base_left_): Delete. * tgba/tgbabddcoredata.hh (next_set): New variable. * tgba/tgbabddcoredata.cc, tgba/tgbabddtranslatefactory.cc: Adjust to update next_set.
This commit is contained in:
parent
60bd2d17c9
commit
832a504d8d
6 changed files with 51 additions and 82 deletions
|
|
@ -62,6 +62,8 @@ namespace spot
|
|||
|
||||
/// The conjunction of all Now variables, in their positive form.
|
||||
bdd now_set;
|
||||
/// The conjunction of all Next variables, in their positive form.
|
||||
bdd next_set;
|
||||
/// The conjunction of all Now variables, in their negated form.
|
||||
bdd negnow_set;
|
||||
/// \brief The (positive) conjunction of all variables which are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue