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:
Thomas Medioni 2017-03-31 11:54:34 +02:00
parent 073a6e8198
commit 152b5d0d30
15 changed files with 47 additions and 28 deletions

View file

@ -324,7 +324,7 @@ that provide a function with a similar service.
| ~tgba/tgbabddfactory.hh~ | | not supported anymore |
| ~tgba/tgbaexplicit.hh~ | ~spot/twa/twagraph.hh~ | |
| ~tgba/tgba.hh~ | ~spot/twa/twa.hh~ | |
| ~tgba/tgbakvcomplement.hh~ | | use ~tgba_determinize()~ and ~dtwa_complement()~ |
| ~tgba/tgbakvcomplement.hh~ | | use ~tgba_determinize()~ and ~dualize()~ |
| ~tgba/tgbamask.hh~ | ~spot/twa/tgbamask.hh~ | |
| ~tgba/tgbaproduct.hh~ | ~spot/twa/tgbaproduct.hh~ | |
| ~tgba/tgbaproxy.hh~ | | not supported anymore |
@ -333,7 +333,7 @@ that provide a function with a similar service.
| ~tgba/tgbasgba.hh~ | ~spot/twaalgos/sbacc.hh~ | |
| ~tgba/tgbatba.hh~ | ~spot/twaalgos/degen.hh~ | |
| ~tgba/tgbaunion.hh~ | | not yet reimplemented |
| ~tgba/wdbacomp.hh~ | ~spot/twaalgos/complement.hh~ | use ~dtwa_complement()~ instead |
| ~tgba/wdbacomp.hh~ | ~spot/twaalgos/dualize.hh~ | use ~dualize()~ instead |
|------------------------------------+------------------------------------+--------------------------------------------------|
| ~tgbaparse/public.hh~ | ~spot/parseaut/public.hh~ | single parser for all automata |