equal
deleted
inserted
replaced
699 typedef typename _CapacityMap::Value Value; |
699 typedef typename _CapacityMap::Value Value; |
700 |
700 |
701 /// The graph type the algorithm runs on. |
701 /// The graph type the algorithm runs on. |
702 typedef _Graph Graph; |
702 typedef _Graph Graph; |
703 |
703 |
704 /// The AuxGraph type which is an EraseableGraph |
704 /// The AuxGraph type which is an ErasableGraph |
705 typedef ListUGraph AuxGraph; |
705 typedef ListUGraph AuxGraph; |
706 |
706 |
707 /// \brief Instantiates a AuxGraph. |
707 /// \brief Instantiates a AuxGraph. |
708 /// |
708 /// |
709 /// This function instantiates a \ref AuxGraph. |
709 /// This function instantiates a \ref AuxGraph. |