RobertsonGraph returns a 19-vertex graph that is the unique (4, 5)-cage graph.
SimpleQ
(Combinatorica Package Symbol) SimpleQ[g] yields True if g is a simple graph, meaning it has no multiple edges and contains no self-loops.
SmallestCyclicGroupGraph returns a smallest nontrivial graph whose automorphism group is cyclic.
Strong
(Combinatorica Package Symbol) Strong is an option to ConnectedQ that seeks to determine if a directed graph is strongly connected.
TableauQ[t] yields True if and only if t represents a Young tableau.
Tableaux[p] constructs all tableaux having a shape given by integer partition p.
TetrahedralGraph returns the graph corresponding to the tetrahedron, a Platonic solid.
ThickDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
ThinDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
TransitiveReduction[g] finds a smallest graph that has the same transitive closure as g.