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