def AddArcWithCapacity( self, tail: "operations_research::NodeIndex", head: "operations_research::NodeIndex", capacity: "operations_research::FlowQuantity" ) -> "operations_research::ArcIndex": return _pywrapgraph.SimpleMaxFlow_AddArcWithCapacity( self, tail, head, capacity)
def AddArcWithCapacity(self, tail, head, capacity): return _pywrapgraph.SimpleMaxFlow_AddArcWithCapacity(self, tail, head, capacity)