Searched refs:AuxFlow (Results 1 – 1 of 1) sorted by relevance
1195 int64_t AuxFlow = Network.getFlow(SrcOut, DstIn); in extractWeights() local1197 Flow = int64_t(Jump.Weight) + AuxFlow; in extractWeights()1199 Flow = int64_t(Jump.Weight) + (AuxFlow > 0 ? AuxFlow : 0); in extractWeights()