IncidenceMatrix[g] gives the vertex-edge incidence matrix of the graph g.
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.
MakeUndirected[g] gives the underlying undirected graph of the given directed graph g.
RemoveSinks is an option of PageRanks, PageRankVector, LinkRanks and LinkRankMatrix that specifies whether sinks are removed by linking with all vertices.
FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.
GraphCenter[g] gives a list of the vertices of graph g with minimum eccentricity.
HasseDiagram[g] constructs a Hasse diagram of the relation defined by directed acyclic graph g.
MaximalMatching[g] gives the list of edges associated with a maximal matching of graph g.
NoPerfectMatchingGraph returns a connected graph with 16 vertices that contains no perfect matching.
RealizeDegreeSequence[s] constructs a semirandom graph with degree sequence s.