PropertyList[{obj, item}] lists the properties available for item in obj.
SimpleGraphQ[g] yields True if the graph g is a simple graph and False otherwise.
Properties is an option that allows specification of properties to objects and items of objects.
TuranGraph[n, k] gives the k-partite Turán graph with n vertices T n, k.
IndexGraph[g] replaces the vertices of the graph g by its vertex indexes. IndexGraph[g, r] replaces the vertices with integers r, r + 1, ....
Property[item, name -> value] associates the property name -> value with item.
LEDA
(Mathematica Import/Export Format) LEDA graph data format. Commonly used exchange format for graphs. Stores a single, typed, directed, or undirected graph. Plain text format. Native graph file format of the ...
GraphHighlight is an option to Graph and related objects that specifies graph elements to highlight.
WeightedGraphQ[g] yields True if the graph g is a weighted graph and False otherwise.