NormalDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
NumberOfInvolutions[n] counts the number of involutions on n elements.
NumberOfPartitions[n] counts the number of integer partitions of n.
NumberOfPermutationsByCycles[n, m] gives the number of permutations of length n with exactly m cycles.
NumberOfPermutationsByTypes[l] gives the number of permutations of type l.
OctahedralGraph returns the graph corresponding to the octahedron, a Platonic solid.
Optimum
(Combinatorica Package Symbol) Optimum is a value that the option Algorithm can take on when used in functions VertexColoring and VertexCover.
Ordered
(Combinatorica Package Symbol) Ordered is an option to the functions KSubsetGroup and KSubsetGroupIndex that tells the functions whether they should treat the input as sets or tuples.
Parent
(Combinatorica Package Symbol) Parent is a tag used as an argument to the function AllPairsShortestPath in order to inform this function that information about parents in the shortest paths is also wanted.
PermutationQ[p] yields True if p is a list representing a permutation and False otherwise.