equal
deleted
inserted
replaced
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; |