Vertex Cover

is vertex cover of an undirected graph , s.t

Minimum size of a vertex Cover
  • is number of vertices of minimum vertex cover.

Independent Set

  • An independent set (קבוצה בלתי תלויה) is a set of vertices such that no two vertices in the set are adjacent:

Maximum independent set

  • A maximum independent set is an independent set of largest size in a given graph.
  • is number of vertices of maximum independent set.

Maximal independent set

  • A maximal independent set (בלתי תלויה מקסימלית להכלה) is an independent set that is not a subset of any other independent set.
    • In other words, there is no vertex outside the independent set that may join it because it is maximal with respect to the independent set property.
  • (q6a) A maximal independent set is also a dominating set in the graph.

Dominating set

  • A dominating set (קבוצה שלטת) of a graph is a set such that any vertex of is either in or has a neighbor in .
  • (4.13) is independent set in if and only if is vertex-cover of .
  • (4.14) for every graph . i.e. a set is independent if and only if its complement is a vertex cover.
  • (4.15) for any graph, the size of every vertex cover is greater than or equal to size of every matching in , in particular .