dtwa_complement: deprecated, use dualize() instead.
* NEWS: Mention of the deprecation * bench/stutter/stutter_invariance_randomgraph.cc, bin/autfilt.cc, bin/ltlcross.cc, spot/twaalgos/langmap.cc, spot/twaalgos/minimize.cc, spot/twaalgos/powerset.cc, spot/twaalgos/stutter.cc, tests/core/ikwiad.cc, tests/python/bugdet.py, tests/python/remfin.py, tests/python/sum.py: Refactor calls to dtwa_complement() with calls to dualize(). * doc/org/upgrade2.org: Change mention of dtwa_complement with dualize. * spot/twaalgos/complement.hh: Add deprecation notice. * python/spot/impl.i: Add deprecation notice for the python bindings.
This commit is contained in:
parent
073a6e8198
commit
152b5d0d30
15 changed files with 47 additions and 28 deletions
8
NEWS
8
NEWS
|
|
@ -72,6 +72,14 @@ New in spot 2.3.2.dev (not yet released)
|
|||
synonym for spot::twa::prop_universal() to help backward
|
||||
compatibility.
|
||||
|
||||
Deprecation notice:
|
||||
|
||||
- spot::dtwa_complement() used to work only on deterministic
|
||||
automatons. Due to the recent implementation of spot::dualize(),
|
||||
that does the same job but on any type of automaton,
|
||||
spot::dtwa_complement() is now kept as a proxy of spot::dualize()
|
||||
in order to help backward compatibility, but is now deprecated.
|
||||
|
||||
New in spot 2.3.2 (2017-03-15)
|
||||
|
||||
Tools:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue