A set of (relatively small) integers.
Find a file
2025-12-29 17:02:13 +01:00
.vscode Initial commit 2022-12-10 20:38:52 +00:00
docs Switch license from "Boost" to "MIT" 2025-12-29 17:02:13 +01:00
src/bitset Add operators "-" and "~" to BitSet 2022-12-11 11:29:03 +00:00
unittest Add operators "-" and "~" to BitSet 2022-12-11 11:29:03 +00:00
.envrc Switch from "poetry" to "pdm" 2025-12-29 16:59:33 +01:00
.flake8 Initial commit 2022-12-10 20:38:52 +00:00
.gitignore Switch from "poetry" to "pdm" 2025-12-29 16:59:33 +01:00
LICENSE Switch license from "Boost" to "MIT" 2025-12-29 17:02:13 +01:00
Makefile Switch from "poetry" to "pdm" 2025-12-29 16:59:33 +01:00
mkdocs.yml Improve documentation 2022-12-11 11:30:20 +00:00
mypy.ini Initial commit 2022-12-10 20:38:52 +00:00
pdm.lock Switch from "poetry" to "pdm" 2025-12-29 16:59:33 +01:00
pyproject.toml Switch from "poetry" to "pdm" 2025-12-29 16:59:33 +01:00
pytest.ini Initial commit 2022-12-10 20:38:52 +00:00
README.md Shorten docs URL in readme 2022-12-11 12:02:57 +00:00

BitSet -- Sets of Small Integers

Contains classes BitSet and InfiniteBitSet that can manage sets of integers represented as bit masks. Integers should have

Read the documentation at in directory docs.