Home
last modified time | relevance | path

Searched refs:computeFlowAfterValue (Results 1 – 6 of 6) sorted by relevance

/dports/math/ogdf/OGDF/include/ogdf/graphalg/
H A DMaxFlowModule.h141 virtual void computeFlowAfterValue() = 0;
149 void computeFlowAfterValue(EdgeArray<T> &flow) in computeFlowAfterValue() function
151 computeFlowAfterValue(); in computeFlowAfterValue()
177 computeFlowAfterValue(flow); in computeFlow()
H A DMaxFlowEdmondsKarp.h151 void computeFlowAfterValue() { /* nothing to do here */ } in computeFlowAfterValue() function
156 using MaxFlowModule<TCap>::computeFlowAfterValue;
H A DMaxFlowSTPlanarDigraph.h125 void computeFlowAfterValue() override { /* nothing to do here */ in computeFlowAfterValue() function
137 using MaxFlowModule<TCap>::computeFlowAfterValue;
H A DMaxFlowSTPlanarItaiShiloach.h198 void computeFlowAfterValue() in computeFlowAfterValue() function
210 using MaxFlowModule<TCap>::computeFlowAfterValue;
H A DMaxFlowGoldbergTarjan.h385 void computeFlowAfterValue() in computeValue() function
460 using MaxFlowModule<TCap>::computeFlowAfterValue; in computeValue()
/dports/math/ogdf/OGDF/test/src/graphalg/
H A Dmaxflow.cpp246 alg.computeFlowAfterValue(flow); in describeMaxFlowModule()
320 alg.computeFlowAfterValue(algFlows); in describeMaxFlowModule()