noncomputable def
SimpleGraph.temp_v
{α : Type u_1}
[Fintype α]
(G : SimpleGraph α)
[DecidableRel G.Adj]
(v : α)
:
temp_v G v = deg(v)/(n(G) - deg(v)).
Equations
Instances For
noncomputable def
SimpleGraph.MaxTemp
{α : Type u_1}
(G : SimpleGraph α)
[DecidableRel G.Adj]
[Fintype α]
[Nonempty α]
:
Maximum of temp_v over all vertices.
Equations
- G.MaxTemp = (Finset.image G.temp_v Finset.univ).max' ⋯