{ } Raw JSON

bundles / scipy latest / scipy / sparse / csgraph / _flow / MaximumFlowResult

class

scipy.sparse.csgraph._flow:MaximumFlowResult

source: /scipy/sparse/csgraph/_flow.cpython-314-x86_64-linux-gnu.so

Signature

class   MaximumFlowResult ( flow_value flow )

Members

Summary

Represents the result of a maximum flow calculation.

Attributes

flow_value : int

The value of the maximum flow.

flow : csr_array

The maximum flow.

Aliases

  • scipy.sparse.csgraph._flow.MaximumFlowResult