Vertex

In the mathematical discipline of graph theory, a vertex cover (sometimes node cover) of a graph is a set of vertices that includes at least one endpoint of every edge of the graph.
The problem of finding a minimum vertex cover is a classical optimization problem in computer science and is a typical example of an NP-hard optimization problem that has an approximation algorithm. Its decision version, the vertex cover problem, was one of Karp's 21 NP-complete problems and is therefore a classical NP-complete problem in computational complexity theory. Furthermore, the vertex cover problem is fixed-parameter tractable and a central problem in parameterized complexity theory.
The minimum vertex cover problem can be formulated as a half-integral linear program whose dual linear program is the maximum matching problem.
Vertex cover problems have been generalized to hypergraphs, see Vertex cover in hypergraphs.

View More On Wikipedia.org
  • 132

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,443
    • Media
      227
    • Reaction score
      10,021
    • Points
      1,237
  • 1

    Niaboc67

    A PF Electron
    • Messages
      249
    • Reaction score
      3
    • Points
      16
  • 1

    Julian102

    A PF Quark
    • Messages
      17
    • Reaction score
      1
    • Points
      1
  • 1

    Maurice7510

    A PF Molecule
    • Messages
      55
    • Reaction score
      1
    • Points
      56
  • 1

    FGD

    A PF Quark
    • Messages
      13
    • Reaction score
      0
    • Points
      1
  • Back
    Top