fix some incorrect AP registrations

* spot/ltsmin/ltsmin.cc: Do not forget to register dead.
* spot/twa/twaproduct.cc: Use copy_ap_of() instead of
register_all_propositions_of() because the latter does
do update ap().
This commit is contained in:
Alexandre Duret-Lutz 2017-01-20 14:41:00 +01:00
parent 7f219f2738
commit 5a441e1b93
3 changed files with 14 additions and 8 deletions

8
NEWS
View file

@ -1,6 +1,12 @@
New in spot 2.3.0.dev (not yet released)
Nothing yet.
Bugs fixed:
- spot::otf_product() was incorrectly registering atomic
propositions.
- spot::ltsmin_model::kripke() forgot to register the "dead"
proposition.
New in spot 2.3 (2017-01-19)