Beispiel #1
0
 def Flow(self, arc):
     return _pywrapgraph.SimpleMaxFlow_Flow(self, arc)
Beispiel #2
0
 def Flow(self, arc: 'operations_research::ArcIndex') -> "operations_research::FlowQuantity":
     return _pywrapgraph.SimpleMaxFlow_Flow(self, arc)