Compute value of primal problem given flows and arc costs
evaluate_primal(distances, solution)
distances
: An InfinitySparseMatrix giving distancessolution
: A MCFSolutions objectThe value of the primal problem, i.e. sum of products of distances
with flow along arcs in solution
Hansen
Useful links