split: add a new split_edge variant

* spot/twaalgos/split.cc, spot/twaalgos/split.hh: Here.
* tests/python/splitedge.py: New file.
* tests/Makefile.am: Add it.
This commit is contained in:
Jonah Romero 2023-08-03 11:54:49 +02:00 committed by Alexandre Duret-Lutz
parent d96796121a
commit c2832cabfc
4 changed files with 479 additions and 5 deletions

View file

@ -461,6 +461,7 @@ TESTS_python = \
python/simstate.py \
python/sonf.py \
python/split.py \
python/splitedge.py \
python/streett_totgba.py \
python/streett_totgba2.py \
python/stutter.py \