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