word: store the bdd dict for easier printing

* src/twaalgos/word.hh, src/twaalgos/word.cc: Store the
bdd_dict, and replace the print() method by a << overload.
* NEWS: Mention it.
* src/bin/ltlcross.cc, src/bin/common_aoutput.hh: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2015-12-01 00:12:45 +01:00
parent cff79b063b
commit 2052e73af8
5 changed files with 27 additions and 9 deletions

1
NEWS
View file

@ -81,6 +81,7 @@ New in spot 1.99.5a (not yet released)
* Renamings:
is_guarantee_automaton() -> is_terminal_automaton()
tgba_run -> twa_run
twa_word::print -> operator<<
dtgba_sat_synthetize() -> dtwa_sat_synthetize()
dtgba_sat_synthetize_dichotomy() -> dtwa_sat_synthetize_dichotomy()