spot/python/spot
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
..
__init__.py org: cleanup tut40 2021-10-01 08:48:11 +02:00
aux_.py python: rename aux.py to aux_.py 2020-11-08 14:08:13 +01:00
gen.i python: remove workaround for swig 2.0.2 2019-10-02 09:34:18 +02:00
impl.i formula: catch min/max overflows at construction 2021-11-18 22:03:23 +01:00
jupyter.py python: define our own SVG DisplayObject 2019-12-05 08:01:07 +01:00
ltsmin.i ltsmin-pml: work around newer jupyter versions 2021-11-15 23:37:08 +01:00