.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.python_version
.readthedocs.yaml
CITATION.bib
LICENSE
README.md
noxfile.py
pyproject.toml
uv.lock
.github/codecov.yml
.github/contributing.rst
.github/pull_request_template.md
.github/release-drafter.yml
.github/renovate.json5
.github/support.rst
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/nextjs.yml
.github/workflows/release-drafter.yml
docs/Contributing.rst
docs/DevelopmentGuide.rst
docs/Installation.rst
docs/QuboGenerator.rst
docs/Quickstart.ipynb
docs/References.rst
docs/Support.rst
docs/conf.py
docs/index.rst
docs/refs.bib
docs/_static/custom.css
docs/_static/encodings.png
docs/_static/mqt_dark.png
docs/_static/mqt_light.png
docs/_templates/page.html
docs/pathfinder/Constraints.rst
docs/pathfinder/Encodings.rst
docs/pathfinder/GUI.rst
docs/pathfinder/JSON.rst
docs/pathfinder/TSPLib.rst
docs/pathfinder/index.rst
notebooks/tsp.ipynb
notebooks/tsplib.ipynb
notebooks/input/gr17.tsp
notebooks/input/gr24.tsp
notebooks/input/graph
notebooks/input/tsp.json
notebooks/input/u574.tsp
src/mqt.qubomaker.egg-info/PKG-INFO
src/mqt.qubomaker.egg-info/SOURCES.txt
src/mqt.qubomaker.egg-info/dependency_links.txt
src/mqt.qubomaker.egg-info/requires.txt
src/mqt.qubomaker.egg-info/scm_file_list.json
src/mqt.qubomaker.egg-info/scm_version.json
src/mqt.qubomaker.egg-info/top_level.txt
src/mqt/qubomaker/__init__.py
src/mqt/qubomaker/device.py
src/mqt/qubomaker/graph.py
src/mqt/qubomaker/py.typed
src/mqt/qubomaker/qubo_generator.py
src/mqt/qubomaker/utils.py
src/mqt/qubomaker/pathfinder/README.md
src/mqt/qubomaker/pathfinder/__init__.py
src/mqt/qubomaker/pathfinder/cost_functions.py
src/mqt/qubomaker/pathfinder/pathfinder.py
src/mqt/qubomaker/pathfinder/tsplib.py
src/mqt/qubomaker/pathfinder/resources/constraint.json
src/mqt/qubomaker/pathfinder/resources/input-format.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_contains_edges_at_least_once.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_contains_edges_at_most_once.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_contains_edges_exactly_once.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_contains_vertices_at_least_once.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_contains_vertices_at_most_once.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_contains_vertices_exactly_once.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_ends_at.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_is_valid.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_maximize_length.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_minimize_length.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_position_is.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_starts_at.json
src/mqt/qubomaker/pathfinder/resources/constraints/path_vertex_precedence.json
src/mqt/qubomaker/pathfinder/resources/constraints/paths_share_no_edges.json
src/mqt/qubomaker/pathfinder/resources/constraints/paths_share_no_vertices.json
stubs/sympy/__init__.pyi
stubs/sympy/core/__init__.pyi
tests/__init__.py
tests/test_circuit_generation.py
tests/test_device.py
tests/test_graph.py
tests/pathfinder/__init__.py
tests/pathfinder/test_cost_functions.py
tests/pathfinder/test_json_input.py
tests/pathfinder/test_pathfinder.py
tests/pathfinder/test_tsplib_input.py
tests/pathfinder/utils_test.py
tests/pathfinder/resources/json/all.json
tests/pathfinder/resources/json/alternative_options.json
tests/pathfinder/resources/json/with_weight.json
tests/pathfinder/resources/json/fail/excess_field.json
tests/pathfinder/resources/json/fail/missing_field.json
tests/pathfinder/resources/json/fail/too_few_elements.json
tests/pathfinder/resources/json/fail/unknown_type.json
tests/pathfinder/resources/tsplib/atsp-5.atsp
tests/pathfinder/resources/tsplib/forced-edges.tsp
tests/pathfinder/resources/tsplib/hcp-5.hcp
tests/pathfinder/resources/tsplib/sop-5.sop
tests/pathfinder/resources/tsplib/tsp-5.tsp
tests/pathfinder/resources/tsplib/fail/cvrp-7.vrp