.gitignore
ARCHITECTURE.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/build_wheels.yml
.github/workflows/tests.yml
badges/coverage.svg
badges/tests.svg
bench/ab_bench.sh
bench/ab_corpus.py
bench/ab_report.py
bench/ab_run.py
bench/ab_verify.py
bench/bench.py
bench/bench_connect_micro.py
bench/bench_hosts.py
bench/bench_l2_micro.py
bench/bench_label_e2e.py
bench/bench_lp_compare.py
bench/bench_pin_ab.py
bench/bench_pin_robust.py
bench/bench_vs_pypi.py
bench/bench_wrap_ab.py
bench/engine_count_sweep.py
bench/repro_check.py
bench/run_ab_host.sh
bench/run_engine_sweep.sh
bench/run_host_bench.sh
bench/run_repro.sh
bench/run_tpe.sh
bench/threads_per_engine.py
cpp/README.md
cpp/affinity.hpp
cpp/bb_dsatur.hpp
cpp/binding.cpp
cpp/cc_label.hpp
cpp/chamfer.hpp
cpp/clique_lb.hpp
cpp/color.hpp
cpp/connect.hpp
cpp/delete_spurs.hpp
cpp/delete_spurs_labels.hpp
cpp/dispatch.hpp
cpp/example_standalone.cpp
cpp/expand.hpp
cpp/expand_clean.hpp
cpp/expand_lp.hpp
cpp/fast_despur.hpp
cpp/format_labels.hpp
cpp/geometry.hpp
cpp/hea.hpp
cpp/intrinsics.hpp
cpp/kempe_sa.hpp
cpp/ncolor.hpp
cpp/picker.hpp
cpp/soft_color.hpp
cpp/tabucol.hpp
cpp/threadpool.h
scripts/coverage_cross_device.conf.example
scripts/coverage_cross_device.sh
src/ncolor/__init__.py
src/ncolor/_engines.py
src/ncolor/_version.py
src/ncolor/color.py
src/ncolor/expand.py
src/ncolor/format.py
src/ncolor/geo.py
src/ncolor.egg-info/PKG-INFO
src/ncolor.egg-info/SOURCES.txt
src/ncolor.egg-info/dependency_links.txt
src/ncolor.egg-info/requires.txt
src/ncolor.egg-info/scm_file_list.json
src/ncolor.egg-info/scm_version.json
src/ncolor.egg-info/top_level.txt
src/ncolor/_backend/__init__.py
src/ncolor/_backend/_smt.py
test_files/_legacy_ncolor_tests.py
tests/test_cc_label_correctness.py
tests/test_color_graph.py
tests/test_coloring_invariants.py
tests/test_concurrency.py
tests/test_concurrency_engines.py
tests/test_coverage_gaps.py
tests/test_delete_spurs.py
tests/test_dtype_edges.py
tests/test_engine_reentrancy.py
tests/test_engine_thread_failure.py
tests/test_find_pairs_skip.py
tests/test_format_labels_behavior.py
tests/test_geo.py
tests/test_label_api.py
tests/test_label_is_reproducible.py
tests/test_multi_dtype.py
tests/test_n_used_is_truthful.py
tests/test_native_solver.py
tests/test_ncolor_3d.py
tests/test_solver_state_isolation.py