* src/tgbaalgos/se05.hh, src/tgbaalgos/tau03.hh: Typo.

* src/tgbaalgos/tau03.cc: Suppress optimisations, the algorithm is now
the original one.
* src/tgbaalgos/tau03opt.hh, src/tgbaalgos/tau03opt.cc: New files
implementing most of all the optimisations of tau03.
* src/tgbaalgos/Makefile.am: Add them.
* src/tgbatest/ltl2tgba.cc, src/tgbatest/randtgba.cc: Make them public.
* src/tgbatest/tba_samples_from_spin.test: Test them.
This commit is contained in:
Denis Poitrenaud 2004-11-18 16:09:41 +00:00
parent 321177331d
commit 121d582480
10 changed files with 635 additions and 77 deletions

View file

@ -46,6 +46,7 @@ tgbaalgos_HEADERS = \
se05.hh \
stats.hh \
tau03.hh \
tau03opt.hh \
reductgba_sim.hh
noinst_LTLIBRARIES = libtgbaalgos.la
@ -69,6 +70,7 @@ libtgbaalgos_la_SOURCES = \
se05.cc \
stats.cc \
tau03.cc \
tau03opt.cc \
reductgba_sim.cc \
reductgba_sim_del.cc