LineGraph #
Main definitions #
SimpleGraph.lineGraphis the line graph of a simple graphG, with vertices as the edges ofGand two vertices of the line graph adjacent if the corresponding edges share a vertex inG.
Tags #
line graph
The line graph of a simple graph G has its vertex set as the edges of G, and two vertices of
the line graph are adjacent if the corresponding edges share a vertex in G.