rename tgba_reachable_iterator as twa_reachable_iterator

* spot/twaalgos/reachiter.cc, spot/twaalgos/reachiter.hh: Here.
* spot/twaalgos/stats.cc, spot/twaalgos/lbtt.cc: Adjust.
* doc/org/upgrade2.org, NEWS: Mention the renaming.
This commit is contained in:
Alexandre Duret-Lutz 2016-03-06 11:40:42 +01:00
parent ad08a585af
commit 61b1f200b6
6 changed files with 67 additions and 62 deletions

2
NEWS
View file

@ -7,6 +7,8 @@ New in spot 1.99.8a (not yet released)
emptiness_check_instantiator::max_acceptance_conditions() renamed
to emptiness_check_instantiator::min_sets() and
emptiness_check_instantiator::max_sets().
* tgba_reachable_iterator (and subclasses) was renamed to
twa_reachable_iterator for consistency.
Documentation: