bundles / scipy 1.17.1 / 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: intThe value of the maximum flow.
flow: csr_arrayThe maximum flow.
Aliases
-
scipy.sparse.csgraph._flow.MaximumFlowResult