.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.rst
pyproject.toml
requirements.txt
.github/workflows/pytest.yml
.github/workflows/release.yml
docs/Makefile
docs/algbench.db.rst
docs/algbench.rst
docs/algbench.utils.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/modules.rst
examples/graph_coloring/00_generate_instances.py
examples/graph_coloring/01_instances.zip
examples/graph_coloring/02_run_benchmark.py
examples/graph_coloring/02b_run_benchmark_with_slurminade.py
examples/graph_coloring/04_check_results.ipynb
examples/graph_coloring/05_process_results.py
examples/graph_coloring/06_simplified_results.json.zip
examples/graph_coloring/07_analyze_mean.ipynb
examples/graph_coloring/08_analyze_runtime.ipynb
examples/graph_coloring/09_analyze_quality.ipynb
examples/graph_coloring/README.md
examples/graph_coloring/requirements.txt
examples/graph_coloring/03_benchmark_data/algbench.json
examples/graph_coloring/03_benchmark_data/arg_fingerprints/_compressed.zip
examples/graph_coloring/03_benchmark_data/env_info/_compressed.zip
examples/graph_coloring/03_benchmark_data/results/_compressed.zip
examples/graph_coloring/_utils/__init__.py
src/AlgBench.egg-info/PKG-INFO
src/AlgBench.egg-info/SOURCES.txt
src/AlgBench.egg-info/dependency_links.txt
src/AlgBench.egg-info/requires.txt
src/AlgBench.egg-info/top_level.txt
src/algbench/__init__.py
src/algbench/benchmark.py
src/algbench/benchmark_db.py
src/algbench/environment.py
src/algbench/fingerprint.py
src/algbench/log_capture.py
src/algbench/pandas.py
src/algbench/stream_with_time.py
src/algbench/db/__init__.py
src/algbench/db/json_serializer.py
src/algbench/db/nfs_json_dict.py
src/algbench/db/nfs_json_list.py
src/algbench/db/nfs_json_set.py
src/algbench/utils/__init__.py
src/algbench/utils/timer.py
tests/test_basics.py
tests/test_logger.py