:autogenerated: quantum_launcher.problems ================================= .. automodule:: quantum_launcher.problems Subpackages: .. toctree:: :maxdepth: 1 quantum_launcher.problems.problem_formulations quantum_launcher.problems.problem_initialization Summary ------- ``__all__`` Classes: .. list-table:: * - :class:`EC ` - Class for exact cover problem. * - :class:`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. * - :class:`JSSP ` - Class for Job Shop Scheduling Problem. * - :class:`MaxCut ` - Class for MaxCut Problem. * - :class:`Problem ` - Abstract class for defining Problems. * - :class:`QATM ` - Class for Quantum Aircraft Traffic Management (QATM) problem. * - :class:`Raw ` - Meta class for raw problem * - :class:`TSP ` - Traveling Salesman Problem (TSP) definition.