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

Method nextOut

ot/lp/full_bipartitegraph.h:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void nextOut(Arc& arc) const {
117 if (arc % _n2 == 0) arc = 0;
118 --arc;
119 }
120
121 void firstIn(Arc& arc, const Node& node) const {
122 if (node<_n1)

Callers 2

initialPivotsMethod · 0.45
initialPivotsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected