evaluate_primal: Compute value of primal problem given flows and arc costs
Description
Compute value of primal problem given flows and arc costs
Usage
evaluate_primal(distances, solution)
Value
The value of the primal problem, i.e. sum of
products of distances
with flow along arcs in solution
Arguments
- distances
An InfinitySparseMatrix giving distances
- solution
A MCFSolutions object