.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/documentation.yml
.github/workflows/pytest.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/conventions.rst
docs/source/datasets.rst
docs/source/developing.rst
docs/source/examples.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/qmkpy.algorithms.rst
docs/source/qmkpy.checks.rst
docs/source/qmkpy.io.rst
docs/source/qmkpy.qmkp.rst
docs/source/qmkpy.rst
docs/source/qmkpy.util.rst
docs/source/references.rst
examples/Custom Algorithm.ipynb
examples/README.md
examples/algorithm_comparison.py
examples/basic_usage.py
examples/custom_algorithm.py
examples/requirements.txt
examples/save_problem.py
paper/paper.bib
paper/paper.md
qmkpy/__init__.py
qmkpy/algorithms.py
qmkpy/checks.py
qmkpy/io.py
qmkpy/qmkp.py
qmkpy/util.py
qmkpy.egg-info/PKG-INFO
qmkpy.egg-info/SOURCES.txt
qmkpy.egg-info/dependency_links.txt
qmkpy.egg-info/requires.txt
qmkpy.egg-info/top_level.txt
qmkpy.egg-info/zip-safe
tests/ex_qmkp.json
tests/ex_qmkp.txt
tests/test_algorithm_cp.py
tests/test_algorithm_fcs.py
tests/test_algorithm_robin.py
tests/test_algorithms.py
tests/test_checks.py
tests/test_io.py
tests/test_qmkp.py
tests/test_util.py