: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 <quantum_launcher.problems.problem_initialization.ec.EC>`
         - Class for exact cover problem.
       * - :class:`GraphColoring <quantum_launcher.problems.problem_initialization.graph_coloring.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 <quantum_launcher.problems.problem_initialization.jssp.JSSP>`
         - Class for Job Shop Scheduling Problem.
       * - :class:`MaxCut <quantum_launcher.problems.problem_initialization.maxcut.MaxCut>`
         - Class for MaxCut Problem.
       * - :class:`Problem <quantum_launcher.base.base.Problem>`
         - Abstract class for defining Problems.
       * - :class:`QATM <quantum_launcher.problems.problem_initialization.qatm.QATM>`
         - Class for Quantum Aircraft Traffic Management (QATM) problem.
       * - :class:`Raw <quantum_launcher.problems.problem_initialization.raw.Raw>`
         - Meta class for raw problem
       * - :class:`TSP <quantum_launcher.problems.problem_initialization.tsp.TSP>`
         - Traveling Salesman Problem (TSP) definition.