Skip to content

Graph theory def: Minimal/minimum vertex covers #34958

@SnirBroshi

Description

@SnirBroshi

Vertex covers for simple graphs exist as SimpleGraph.IsVertexCover.

I suggest we're missing the following definitions:

open Cardinal

def IsMinimalCover (G : SimpleGraph V) (c : Set V) :=
  Minimal G.IsVertexCover c

def IsMinimumCover (G : SimpleGraph V) (c : Set V) :=
  MinimalFor G.IsVertexCover (#·) c

and basic API for them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions