spot/spot
Alexandre Duret-Lutz a85045091b introduce output_aborter, and use it in ltlcross
* spot/twaalgos/alternation.cc, spot/twaalgos/alternation.hh,
spot/twaalgos/complement.cc, spot/twaalgos/complement.hh,
spot/twaalgos/determinize.cc, spot/twaalgos/determinize.hh,
spot/twaalgos/minimize.cc, spot/twaalgos/minimize.hh,
spot/twaalgos/postproc.cc, spot/twaalgos/postproc.hh,
spot/twaalgos/powerset.cc, spot/twaalgos/powerset.hh,
spot/twaalgos/product.cc, spot/twaalgos/product.hh: Use an
output_aborter argument to abort if the output is too large.
* bin/ltlcross.cc: Use complement() with an output_aborter
so that ltlcross will not attempt to build complement larger
than 500 states or 5000 edges.  Add --determinize-max-states
and --determinize-max-edges options.
* tests/core/ltlcross3.test, tests/core/ltlcrossce2.test,
tests/core/sccsimpl.test, tests/core/wdba2.test,
tests/python/stutter-inv.ipynb: Adjust test cases.
* NEWS: Document this.
* bin/spot-x.cc: Add documentation for postprocessor's
det-max-states and det-max-edges arguments.
* doc/org/ltlcross.org: Update description.
2019-05-28 14:27:30 +02:00
..
gen tl: add support for X[n], F[n:m] and G[n:m] 2018-07-06 21:53:10 +02:00
graph remove duplicated includes 2018-07-23 10:01:38 +02:00
kripke python: improve kripke_graph bindings 2019-03-16 13:28:45 +01:00
ltsmin work around gcc 8.2.1+ bug #89303 2019-02-13 16:11:21 +01:00
misc Several typos 2019-02-14 16:25:13 +01:00
parseaut require bison 3.0 and fix obsolete api.location.type usage 2018-10-29 15:31:14 +01:00
parsetl tl: fix handling of f##[0:0]g, and of ##[0:n]g 2019-05-20 20:59:33 +02:00
priv gcc-snapshot warnings 2018-08-11 17:33:53 +02:00
ta noexcept: please gcc snapshot 2018-11-29 10:16:01 +00:00
taalgos remove duplicated includes 2018-07-23 10:01:38 +02:00
tl tl: fix handling of f##[0:0]g, and of ##[0:n]g 2019-05-20 20:59:33 +02:00
twa implement SVA's first_match operator 2019-05-06 15:11:30 +02:00
twaalgos introduce output_aborter, and use it in ltlcross 2019-05-28 14:27:30 +02:00
.gitignore install pkg-config configuration files 2017-01-14 17:56:05 +01:00
libspot.pc.in install pkg-config configuration files 2017-01-14 17:56:05 +01:00
Makefile.am fix libspot.pc and libspotltsmin.pc generation 2017-05-04 11:13:20 +02:00