spot/spot/tl
Alexandre Duret-Lutz 0de5f50da9 twa: add support for prop_complete()
* spot/twa/twa.hh: Add support.  Make two constructors for prop_set in
order to diagnose constructions with 5 arguments.
* spot/parseaut/parseaut.yy: Adjust diagnostics for complete and
deterministic.
* spot/tl/exclusive.cc, spot/twa/twagraph.cc,
spot/twaalgos/alternation.cc, spot/twaalgos/complete.cc,
spot/twaalgos/complete.hh, spot/twaalgos/degen.cc,
spot/twaalgos/determinize.cc, spot/twaalgos/hoa.cc,
spot/twaalgos/isdet.cc, spot/twaalgos/mask.cc,
spot/twaalgos/minimize.cc, spot/twaalgos/product.cc,
spot/twaalgos/remfin.cc, spot/twaalgos/remprop.cc,
spot/twaalgos/sbacc.cc, spot/twaalgos/sccfilter.cc,
spot/twaalgos/simulation.cc, spot/twaalgos/strength.cc,
spot/twaalgos/stutter.cc, spot/twaalgos/totgba.cc,
tests/core/parseaut.test, tests/python/product.ipynb: Adjust.
* NEWS, doc/org/concepts.org, doc/org/hoa.org,
doc/org/tut21.org: Document it.
2017-03-20 21:07:08 +01:00
..
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
apcollect.cc sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
apcollect.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
contain.cc add binding for language_containment_checker and document them 2016-05-25 15:12:45 +02:00
contain.hh add binding for language_containment_checker and document them 2016-05-25 15:12:45 +02:00
declenv.cc rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
declenv.hh use more override and final keywords 2016-02-16 11:59:00 +01:00
defaultenv.cc rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
defaultenv.hh use more override and final keywords 2016-02-16 11:59:00 +01:00
dot.cc sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
dot.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
environment.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
exclusive.cc twa: add support for prop_complete() 2017-03-20 21:07:08 +01:00
exclusive.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
formula.cc Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
formula.hh Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
hierarchy.cc hierarchy: expose mp_class to python 2017-01-14 23:43:01 +01:00
hierarchy.hh hierarchy: expose mp_class to python 2017-01-14 23:43:01 +01:00
length.cc sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
length.hh * spot/tl/length.hh: Fix comment. 2016-08-15 14:57:30 +02:00
ltlf.cc ltlf: ensure alive holds initially 2016-12-09 21:37:15 +01:00
ltlf.hh ltlf: ensure alive holds initially 2016-12-09 21:37:15 +01:00
Makefile.am tl: mp_class() and --format=%[vw]h 2017-01-10 22:41:11 +01:00
mark.cc Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
mark.hh move the sanity tests in tests/sanity/ 2016-01-05 17:20:51 +01:00
mutation.cc Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
mutation.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
nenoform.cc rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
nenoform.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
parse.hh * spot/tl/parse.hh (fix_utf8_locations): Fix documentation. 2017-02-08 10:51:19 +01:00
print.cc print: fix str_sere() and str_utf8_sere(), as found by PVS-Studio 2016-10-29 12:37:35 +02:00
print.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
randomltl.cc randomltl: fix initialization of the simplifier, caught by PVS-Studio 2016-10-29 12:37:35 +02:00
randomltl.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
relabel.cc Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
relabel.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
remove_x.cc Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
remove_x.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
simplify.cc Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
simplify.hh introduce SPOT_FALLTHROUGH to cope with -Wimplicit-fallthrough 2016-10-07 21:29:34 +02:00
snf.cc introduce SPOT_FALLTHROUGH to cope with -Wimplicit-fallthrough 2016-10-07 21:29:34 +02:00
snf.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
unabbrev.cc sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
unabbrev.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00