get rid of tgba_tba_proxy
Replace it by a new degeneralize_tba(), that use the same tricks as degeneralize(). * src/tgba/tgbatba.cc, src/tgba/tgbatba.hh: Delete. * src/tgba/Makefile.am: Adjust. * src/tgbaalgos/degen.cc, src/tgbaalgos/degen.hh: Implement a degeneralize_tba() function sharing its code with degeneralize(). * src/tgbatest/ltl2tgba.cc: Rename -D to -DT so that we can pass it the same option as -DS. * src/tgbatest/degenid.test, src/tgbatest/emptchk.test, src/tgbatest/emptchke.test, src/tgbatest/ltlcounter.test, src/tgbatest/ltlcross.test, src/tgbatest/spotlbtt.test, src/tgbatest/ltl2tgba.test: Adjust. * src/tgbatest/det.test, src/tgbatest/emptchk.test: Adjust numbers to the smaller output. * src/saba/sabacomplementtgba.cc, src/saba/sabacomplementtgba.hh, src/tgbaalgos/minimize.cc, src/tgbaalgos/neverclaim.cc, src/tgbaalgos/neverclaim.hh, src/tgbaalgos/postproc.cc, src/tgbatest/randtgba.cc, src/tgbatest/complementation.cc, wrap/python/spot.i, wrap/python/tests/ltl2tgba.py, src/sabatest/sabacomplementtgba.cc: Adjust to the removal of tgba_tba_proxy, using degeneralize_tba() if needed.
This commit is contained in:
parent
e9893586cc
commit
5739240c0f
25 changed files with 488 additions and 1090 deletions
|
|
@ -79,7 +79,6 @@ namespace std {
|
|||
#include "tgba/tgba.hh"
|
||||
#include "tgba/taatgba.hh"
|
||||
#include "tgba/tgbaproduct.hh"
|
||||
#include "tgba/tgbatba.hh"
|
||||
|
||||
#include "tgbaalgos/dottydec.hh"
|
||||
#include "tgbaalgos/dotty.hh"
|
||||
|
|
@ -201,6 +200,7 @@ using namespace spot;
|
|||
%feature("new") spot::cosimulation;
|
||||
%feature("new") spot::iterated_simulations;
|
||||
%feature("new") spot::degeneralize;
|
||||
%feature("new") spot::degeneralize_tba;
|
||||
%feature("new") spot::tgba_parse;
|
||||
%feature("new") spot::tgba_to_ta;
|
||||
%feature("new") spot::tgba_to_tgta;
|
||||
|
|
@ -219,7 +219,6 @@ using namespace spot;
|
|||
%include "tgba/tgba.hh"
|
||||
%include "tgba/taatgba.hh"
|
||||
%include "tgba/tgbaproduct.hh"
|
||||
%include "tgba/tgbatba.hh"
|
||||
|
||||
// We won't parse tgba_digraph, so just pretend it is a subclass of tgba.
|
||||
%nodefaultctor spot::tgba_digraph;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue