CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
include/lzgraph/analytics.h
include/lzgraph/common.h
include/lzgraph/crc32c.h
include/lzgraph/diversity.h
include/lzgraph/edge_builder.h
include/lzgraph/features.h
include/lzgraph/forward.h
include/lzgraph/gene_data.h
include/lzgraph/genomic_simulate.h
include/lzgraph/graph.h
include/lzgraph/graph_ops.h
include/lzgraph/hash_map.h
include/lzgraph/io.h
include/lzgraph/lz76.h
include/lzgraph/occupancy.h
include/lzgraph/pgen_dist.h
include/lzgraph/posterior.h
include/lzgraph/rng.h
include/lzgraph/sharing.h
include/lzgraph/simulate.h
include/lzgraph/string_pool.h
include/lzgraph/walk_dict.h
include/lzgraph/wynn.h
lib/analytics/analytics.c
lib/analytics/diversity.c
lib/analytics/features.c
lib/analytics/pgen_dist.c
lib/core/common.c
lib/core/crc32c.c
lib/core/hash_map.c
lib/core/rng.c
lib/core/string_pool.c
lib/core/wynn.c
lib/graph/csr_graph.c
lib/graph/edge_builder.c
lib/graph/forward.c
lib/graph/gene_data.c
lib/graph/graph_ops.c
lib/graph/lz76.c
lib/io/io.c
lib/occupancy/occupancy.c
lib/occupancy/sharing.c
lib/posterior/posterior.c
lib/simulation/genomic_simulate.c
lib/simulation/simulate.c
src/LZGraphs/__init__.py
src/LZGraphs/_clzgraph.c
src/LZGraphs/_errors.py
src/LZGraphs/_graph.py
src/LZGraphs/_io.py
src/LZGraphs/_pgen_dist.py
src/LZGraphs/_simulation_result.py
src/LZGraphs/cli.py
src/LZGraphs.egg-info/PKG-INFO
src/LZGraphs.egg-info/SOURCES.txt
src/LZGraphs.egg-info/dependency_links.txt
src/LZGraphs.egg-info/entry_points.txt
src/LZGraphs.egg-info/requires.txt
src/LZGraphs.egg-info/top_level.txt
tests/test_analytics.py
tests/test_cli.py
tests/test_deep_audit.py
tests/test_graph.py
tests/test_io.py
tests/test_known_distributions.py
tests/test_lzpgen.py
tests/test_mathematician_audit.py
tests/test_model_audit.py
tests/test_operations.py
tests/test_simulate.py
tests/test_statistical_validity.py