Metadata-Version: 2.4
Name: QUARK-plugin-pvc
Version: 0.1.6
Summary: QUARK plugin providing modules for the PVC sealing use case.
Author-email: Philipp Ross <philipp.ross@bmw.de>, Marvin Erdmann <marvin.erdmann@bmw.de>, Andre Luckow <andre.luckow@bmwgroup.com>, Benjamin Decker <benjamin.decker@bmw.de>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/QUARK-framework/QUARK-plugin-pvc
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: matplotlib>=3.10.3
Requires-Dist: networkx>=3.4.2
Requires-Dist: numpy>=2.2.5
Requires-Dist: quark-framework>=0.3.7
Dynamic: license-file

# QUARK-plugin-pvc


### Provided Modules:

| Module                              | Upstream Interface          | Downstream Interface        |
|-------------------------------------| --------------------------- | --------------------------- |
| pvc_graph_provider                  | None                        | quark.interface_types.graph |
| pvc_qubo_mapping                    | quark.interface_types.graph | quark.interface_types.qubo  |
| greedy_classical_pvc_solver         | quark.interface_types.graph | None                        |
| reverse_greedy_classical_pvc_solver | quark.interface_types.graph | None                        |
| random_classical_pvc_solver         | quark.interface_types.graph | None                        |

<!-- ### Reference Graph

If you want to run a benchmark with the reference graph used in [Finzgar et al.](https://arxiv.org/pdf/2202.03028)
you must create it using the following command:

TODO -->
