Exemplo n.º 1
0
 def Cost(self, arc):
     return _pywrapgraph.LinearSumAssignment_Cost(self, arc)
Exemplo n.º 2
0
 def Cost(self, arc: 'operations_research::ArcIndex') -> "operations_research::CostValue":
     return _pywrapgraph.LinearSumAssignment_Cost(self, arc)