more graph cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user