def Capacity(self, arc): return _pywrapgraph.SimpleMinCostFlow_Capacity(self, arc)
def Capacity(self, arc: 'operations_research::ArcIndex') -> "operations_research::FlowQuantity": return _pywrapgraph.SimpleMinCostFlow_Capacity(self, arc)