spot/tests
Alexandre Duret-Lutz afdd38277d formula: catch min/max overflows at construction
For issue #485.

* spot/tl/formula.cc, spot/tl/formula.hh: Catch min/max overflow
when the operators are constructed.  Also disable travial
simplification rules that would create such overflow.
For instance x[*200][*2] will not become x[*400] anymore.
* python/spot/impl.i: Catch std::overflow_error.
* tests/core/equals.test, tests/python/except.py: Add test cases.
2021-11-18 22:03:23 +01:00
..
core formula: catch min/max overflows at construction 2021-11-18 22:03:23 +01:00
ltsmin modelchek: add more tests 2020-06-10 09:02:02 +02:00
python formula: catch min/max overflows at construction 2021-11-18 22:03:23 +01:00
sanity parseaut: replace std::map by robin_hood::unordered_flat_map 2021-09-15 16:53:00 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am tests: add missing dependency on libbddx in ltsmin tests 2021-11-16 23:28:16 +01:00
run.in improve PyPy support by following PEP 3149 2021-06-29 21:15:04 +02:00