WLJS LogoWLJS Notebook

FlowPolynomial

FlowPolynomial[g, k] gives the flow polynomial of the graph g.

  • FlowPolynomial[{v -> w, ...}, ...] uses rules v -> w to specify the graph g.

Examples

Compute the flow polynomial of a graph:

FlowPolynomial[CycleGraph[4], k]

Flow polynomial of a complete graph:

FlowPolynomial[CompleteGraph[4], k]

Please visit the official Wolfram Language Reference for more details.

On this page