noncomputable def
SimpleGraph.largestInducedBipartiteSubgraphSize
{α : Type u_1}
(G : SimpleGraph α)
:
largestInducedBipartiteSubgraphSize G is the size of a largest induced
bipartite subgraph of G.
Equations
- G.largestInducedBipartiteSubgraphSize = sSup {n : ℕ | ∃ (s : Finset α), (SimpleGraph.induce (↑s) G).IsBipartite ∧ s.card = n}
Instances For
b G is the number of vertices of a largest induced bipartite subgraph of G.
Returned as a real number.