ltlcross: give an example of accepted word for nonempty cross-products

* src/tgbaalgos/word.cc, src/tgbaalgos/word.hh: New files.
* src/tgbaalgos/Makefile.am: Add them.
* src/tgbatest/ltlcrossce.test: New file.
* src/tgbatest/Makefile.am: Add it.
* src/bin/ltlcross.cc: Compute and display an accepted word
for nonempty cross-products.
* NEWS, doc/org/ltlcross.org: Document it.
This commit is contained in:
Alexandre Duret-Lutz 2013-07-20 18:55:45 +02:00
parent 4bafa4e1b0
commit e7522056ca
8 changed files with 324 additions and 37 deletions

View file

@ -68,7 +68,8 @@ tgbaalgos_HEADERS = \
tau03.hh \
tau03opt.hh \
translate.hh \
reductgba_sim.hh
reductgba_sim.hh \
word.hh
noinst_LTLIBRARIES = libtgbaalgos.la
libtgbaalgos_la_SOURCES = \
@ -114,6 +115,7 @@ libtgbaalgos_la_SOURCES = \
translate.cc \
reductgba_sim.cc \
weight.cc \
weight.hh
weight.hh \
word.cc
libtgbaalgos_la_LIBADD = gtec/libgtec.la