.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
.github/codecov.yml
.github/release-drafter.yml
.github/workflows/coverage.yml
.github/workflows/deploy.yml
.github/workflows/mypy.yml
.github/workflows/release-drafter.yml
img/erc_dark.svg
img/erc_light.svg
img/framework.png
img/kakuro.png
img/logo-bavaria.svg
img/logo-mqv.svg
img/mqt_dark.png
img/mqt_light.png
img/satellite_mission_planning_problem.png
img/tsp.png
img/tum_dark.svg
img/tum_light.svg
img/workflow_new.png
img/workflow_old.png
notebooks/csp_example.ipynb
notebooks/problemsolver_paper_figures.ipynb
notebooks/tsp_example.ipynb
notebooks/precompilation/evaluation.ipynb
notebooks/precompilation/precompilation_example.ipynb
notebooks/precompilation/precompilation_paper_figures.ipynb
notebooks/precompilation/res_qaoa.csv
notebooks/precompilation/res_satellite.csv
notebooks/satellitesolver/evaluation.ipynb
notebooks/satellitesolver/res_satellite_solver.csv
notebooks/satellitesolver/res_satellite_solver_noisy.csv
notebooks/satellitesolver/satellitesolver_example.ipynb
src/mqt.problemsolver.egg-info/PKG-INFO
src/mqt.problemsolver.egg-info/SOURCES.txt
src/mqt.problemsolver.egg-info/dependency_links.txt
src/mqt.problemsolver.egg-info/requires.txt
src/mqt.problemsolver.egg-info/top_level.txt
src/mqt/problemsolver/__init__.py
src/mqt/problemsolver/csp.py
src/mqt/problemsolver/tsp.py
src/mqt/problemsolver/partialcompiler/evaluator.py
src/mqt/problemsolver/partialcompiler/qaoa.py
src/mqt/problemsolver/satellitesolver/ImagingLocation.py
src/mqt/problemsolver/satellitesolver/__init__.py
src/mqt/problemsolver/satellitesolver/algorithms.py
src/mqt/problemsolver/satellitesolver/evaluator.py
src/mqt/problemsolver/satellitesolver/utils.py
tests/test_csp.py
tests/test_qaoa.py
tests/test_satellitesolver.py
tests/test_tsp.py