LICENSE
MANIFEST.in
pyproject.toml
setup.py
bbqec.egg-info/PKG-INFO
bbqec.egg-info/SOURCES.txt
bbqec.egg-info/dependency_links.txt
bbqec.egg-info/requires.txt
bbqec.egg-info/top_level.txt
src/__init__.py
src/core.py
src/core_generalised.py
src/core_optimised.py
src/distances/__init__.py
src/distances/distance_from_bposd.py
src/distances/distance_from_brute_force.py
src/distances/distance_from_gap.py
src/distances/distance_from_generators.py
src/helpers/__init__.py
src/helpers/bivariates.py
src/helpers/graphs.py
src/helpers/group_helpers.py
src/helpers/linalg_helpers.py
src/helpers/parameters.py
src/helpers/polynomials.py
src/misc/__init__.py
src/misc/polynomials_extended.py
src/misc/validators.py
tests/benchmark.py
tests/codes/add_codes.py
tests/codes/bbcode.py
tests/codes/bbcode_generalised.py
tests/codes/bbcode_optimised.py
tests/codes/known_codes
tests/functions/brute_force_distance.py
tests/functions/generator_distance.py
tests/functions/graphs.py