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