Metadata-Version: 2.4
Name: QUARK-plugin-tsp
Version: 0.2.0
Summary: Quark plugin providing problem generation and mapping modules for the tsp problem
Project-URL: Homepage, https://github.com/QUARK-framework/QUARK-plugin-tsp
Author-email: Philipp Ross <philipp.ross@bmw.de>, Marvin Erdmann <marvin.erdmann@bmw.de>, Andre Luckow <andre.luckow@bmwgroup.com>, Greshma Shaji <greshma.shaji@bmwgroup.com>, Florian Kiwit <florian.kiwit@bmw.de>, Benjamin Decker <benjamin.decker@bmw.de>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: dwave-networkx>=0.8.16
Requires-Dist: networkx>=3.4.2
Requires-Dist: numpy>=2.2.3
Requires-Dist: quark-framework>=0.1.9
Description-Content-Type: text/markdown

# QUARK-plugin-tsp


### Provided Modules:

| Module               | Upstream Interface          | Downstream Interface        |
| -------------------- | --------------------------- | --------------------------- |
| tsp_graph_provider   | None                        | quark.interface_types.graph |
| tsp_qubo_mapping     | quark.interface_types.graph | quark.interface_types.qubo  |
| classical_tsp_solver | quark.interface_types.graph | None                        |
