IndependentSetQ[g, i] yields True if the vertices in list i define an independent set in graph g.
Index
(Combinatorica Package Symbol) Index[p] gives the index of permutation p, the sum of all subscripts j such that p[[j]] is greater than p[[j + 1]].
InduceSubgraph[g, s] constructs the subgraph of graph g induced by the list of vertices s.
InitializeUnionFind[n] initializes a union-find data structure for n elements.
InsertIntoTableau[e, t] inserts integer e into Young tableau t using the bumping algorithm. InsertIntoTableau[e, t, All] inserts e into Young tableau t and returns the new ...
IntervalGraph[l] constructs the interval graph defined by the list of intervals l.
Invariants is an option to the functions Isomorphism and IsomorphicQ that informs these functions about which vertex invariants to use in computing equivalences between ...
InversePermutation[p] yields the multiplicative inverse of permutation p.
InversionPoset[n] returns a Hasse diagram of the partially ordered set on size-n permutations in which p < q if q can be obtained from p by an adjacent transposition that ...
Inversions[p] counts the number of inversions in permutation p.