def UnitCost(self, arc): return _pywrapgraph.SimpleMinCostFlow_UnitCost(self, arc)
def UnitCost(self, arc: 'operations_research::ArcIndex') -> "operations_research::CostValue": return _pywrapgraph.SimpleMinCostFlow_UnitCost(self, arc)