MCPcopy Create free account
hub / github.com/PythonOT/POT / flow

Method flow

ot/lp/network_simplex_simple.h:899–901  ·  view source on GitHub ↗

\brief Return the flow on the given arc. This function returns the flow on the given arc. \pre \ref run() must be called before using this function.

Source from the content-addressed store, hash-verified

897 ///
898 /// \pre \ref run() must be called before using this function.
899 Value flow(const Arc& a) const {
900 return _flow[getArcID(a)];
901 }
902
903 /// \brief Return the flow map (the primal solution).
904 ///

Callers 2

EMD_wrapFunction · 0.45
EMD_wrap_ompFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected