python: add bindings for set of unsigned int

Requested by Marek Jankola.

* python/spot/impl.i: Add bindings for std::set<unsigned>.
* tests/python/powerset.py: New file.
* tests/Makefile.am: Add it.
* THANKS: Add Marek.
This commit is contained in:
Alexandre Duret-Lutz 2023-09-08 12:02:42 +02:00
parent 538afeb73b
commit cbb981ffd5
4 changed files with 34 additions and 0 deletions

View file

@ -441,6 +441,7 @@ TESTS_python = \
python/_partitioned_relabel.ipynb \
python/parity.py \
python/pdegen.py \
python/powerset.py \
python/prodexpt.py \
python/_product_weak.ipynb \
python/_product_susp.ipynb \