Metadata-Version: 2.4
Name: QUARK-plugin-tsp
Version: 2.4.1
Summary: Quark plugin providing problem generation and mapping modules for the tsp problem
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
Project-URL: Homepage, https://github.com/QUARK-framework/QUARK-plugin-tsp
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: networkx>=3.4.2
Requires-Dist: numpy>=1.26.0
Requires-Dist: quark-framework>=0.4.1
Dynamic: license-file

# QUARK-plugin-tsp


### Provided Modules:

| Module               | Upstream Interface                | Downstream Interface        |
| -------------------- |-----------------------------------| --------------------------- |
| tsp_graph_provider   | None                              | quark.interface_types.graph |
| tsp_qubo_mapping     | quark.interface_types.other(list) | quark.interface_types.qubo  |
| classical_tsp_solver | quark.interface_types.graph       | None                        |
