more graph cleanup

This commit is contained in:
Laurent Perron
2025-01-20 14:58:09 +01:00
parent 08754709e7
commit 92be18748b
4 changed files with 232 additions and 128 deletions

View File

@@ -26,7 +26,7 @@ using Graph = ::util::ReverseArcListGraph<>;
using NodeIndex = Graph::NodeIndex;
using ArcIndex = Graph::ArcIndex;
using MaxFlowT = GenericMaxFlow<Graph>;
using FlowQuantity = MaxFlowT::FlowQuantityT;
using FlowQuantity = MaxFlowT::FlowSumType;
void SolveMaxFlow() {
const int num_nodes = 5;