Esempio n. 1
0
 def Capacity(self, arc):
     return _pywrapgraph.SimpleMaxFlow_Capacity(self, arc)
Esempio n. 2
0
 def Capacity(self, arc: 'operations_research::ArcIndex') -> "operations_research::FlowQuantity":
     return _pywrapgraph.SimpleMaxFlow_Capacity(self, arc)