implement a FORQ-based inclusion check for SBAs

* spot/twaalgos/forq_contains.cc, spot/twaalgos/forq_contains.hh: New
files.
* spot/twaalgos/Makefile.am, python/spot/impl.i: Add them.
* tests/python/forq_contains.py: New file.
* tests/Makefile.am: Add it.
This commit is contained in:
Jonah Romero 2023-08-03 12:04:47 +02:00 committed by Alexandre Duret-Lutz
parent c2832cabfc
commit d1c5b2efdf
6 changed files with 1574 additions and 0 deletions

View file

@ -416,6 +416,7 @@ TESTS_python = \
python/dualize.py \
python/ecfalse.py \
python/except.py \
python/forq_contains.py \
python/game.py \
python/gen.py \
python/genem.py \