src/hugo/mincostflows.h
changeset 786 d7b3b13b9df6
parent 776 f2994a2b10b2
child 788 c3187cafcabf
equal deleted inserted replaced
6:69b23e5ac096 7:9e21b85ee3fb
    87 
    87 
    88     //auxiliary variables
    88     //auxiliary variables
    89 
    89 
    90     //To store the flow
    90     //To store the flow
    91     EdgeIntMap flow; 
    91     EdgeIntMap flow; 
    92     //To store the potentila (dual variables)
    92     //To store the potential (dual variables)
    93     typedef typename Graph::template NodeMap<Length> PotentialMap;
    93     typedef typename Graph::template NodeMap<Length> PotentialMap;
    94     PotentialMap potential;
    94     PotentialMap potential;
    95     
    95     
    96 
    96 
    97     Length total_length;
    97     Length total_length;