VertexCoverQ[g, c] yields True if the vertices in list c define a vertex cover of graph g.
LeftAssociates[q] gives a list of the 24 left associates of the quaternion q.
RightAssociates[q] gives a list of the 24 right associates of the quaternion q.
CellTags is an option for Cell that gives a list of tags to associate with a cell.
SQLServerInformation[server] returns a list of information about the SQL server.
FindInstance[expr, vars] finds an instance of vars that makes the statement expr be True. FindInstance[expr, vars, dom] finds an instance over the domain dom. Common choices ...
Catch
(Built-in Mathematica Symbol) Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. Catch[expr, form] returns value from the first Throw[value, tag] for which form ...
AlternatingPaths[g, start, ME] returns the alternating paths in graph g with respect to the matching ME, starting at the vertices in the list start. The paths are returned in ...
NormalizeVertices[v] gives a list of vertices with a similar embedding as v but with the coordinates of all points scaled to be between 0 and 1.
TranslateVertices[v, {x, y}] adds the vector {x, y} to the vertex embedding location of each vertex in list v. TranslateVertices[g, {x, y}] translates the embedding of the ...