DIMACS
(Mathematica Import/Export Format) DIMACS graph data format. Commonly used exchange format for graphs. Stores a single undirected graph. Plain text or binary format. DIMACS is an acronym derived from Discrete ...
Graph6
(Mathematica Import/Export Format) Graph6 graph data format. Used for storing undirected graphs. ASCII format. Stores connectivity information for multiple undirected graphs. Suitable for small graphs or large ...
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 ...
Pajek
(Mathematica Import/Export Format) Pajek graph language and data format. Commonly used exchange format for graphs. Native format of the Pajek network analysis software. The format name is Slovenian for spider. ...
Sparse6
(Mathematica Import/Export Format) sparse6 graph data format. Used for storing undirected graphs. ASCII format. Stores connectivity information for multiple undirected graphs. Suitable for large sparse graphs, ...
TGF
(Mathematica Import/Export Format) TGF graph data format. Used for the storage and exchange of graphs. TGF is an acronym for Trivial Graph Format. Stores directed graphs. Stores at most one label per vertex ...
USGSDEM
(Mathematica Import/Export Format) USGS ASCII DEM files. Standard format for the distribution of terrain elevation data for the United States. United States Geological Survey (USGS) standard. DEM is an acronym ...
ArcCosh
(Built-in Mathematica Symbol) ArcCosh[z] gives the inverse hyperbolic cosine cosh -1 (z) of the complex number z.
Checkbox[x] represents a checkbox with setting x, displayed as CheckboxBox[True] when x is True and CheckboxBox[False] when x is False. Checkbox[Dynamic[x]] takes the setting ...
ClosenessCentrality[g] gives a list of closeness centralities for the vertices in the graph g.