bdd_dict: remove register_all_propositions_of
* spot/twa/bdddict.cc, spot/twa/bdddict.hh: Here. * NEWS: Mention this removal.
This commit is contained in:
parent
0f26125f08
commit
df73b84a47
3 changed files with 10 additions and 53 deletions
8
NEWS
8
NEWS
|
|
@ -173,14 +173,18 @@ New in spot 2.4.1.dev (not yet released)
|
|||
|
||||
- The spot::closure(), spot::sl2(), spot::is_stutter_invariant()
|
||||
functions no longuer takes && arguments. The former two have
|
||||
spot::closure_inplace() and spot::sl2_inplace() variant. These
|
||||
function also do not take to list of atomic propositions as an
|
||||
spot::closure_inplace() and spot::sl2_inplace() variants. These
|
||||
functions also do not take a list of atomic propositions as an
|
||||
argument anymore.
|
||||
|
||||
- The spot::bmrand() and spot::prand() functions have been removed.
|
||||
They were not used at all in Spot, and it's not Spot's objective
|
||||
to provide such random functions.
|
||||
|
||||
- The spot::bdd_dict::register_all_propositions_of() function has
|
||||
been removed. It's a low-level function was not used anywhere in
|
||||
Spot anymore, since it's better to use spot::twa::copy_ap_of().
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- Automata produced by "genaut --ks-nca=N" were incorrectly marked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue