quantum_launcher.problems

Contents

quantum_launcher.problems#

All problems together

Subpackages:

Summary#

__all__ Classes:

EC

Class for exact cover problem.

GraphColoring

Class for Graph Coloring Problem which is a combinatorial problem involving assigning labels to vertices of the graph such that no two adjacent vertices share the same label.

JSSP

Class for Job Shop Scheduling Problem.

MaxCut

Class for MaxCut Problem.

Problem

Abstract class for defining Problems.

QATM

Class for Quantum Aircraft Traffic Management (QATM) problem.

Raw

Class for solving problem implemented in raw mathematical form.

TSP

Traveling Salesman Problem (TSP) definition.