bdddict: add an unregister_all_typed_variables() method

* src/tgba/bdddict.cc, src/tgba/bdddict.hh
(unregister_all_typed_variables): New method.
* src/tgbaalgos/degen.cc (degeneralize): Use it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2013-05-12 18:26:41 +02:00
parent 0c7c933805
commit b4670f85f1
4 changed files with 25 additions and 2 deletions

4
NEWS
View file

@ -42,6 +42,10 @@ New in spot 1.1a (not yet released):
- ltlcross has a new option --seed, that makes it possible to
change the seed used by the random graph generator.
- bdd_dict::unregister_all_typed_variables() is a new function,
making it easy to unregister all BDD variables of a given type
owned by some object.
* Bug fixes:
- genltl --gh-r generated the wrong formulas due to a typo.