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