Exemple #1
0
 def SetArcCapacity(self, arc, capacity):
     return _pywrapgraph.SimpleMaxFlow_SetArcCapacity(self, arc, capacity)
 def SetArcCapacity(self, arc: 'operations_research::ArcIndex', capacity: 'operations_research::FlowQuantity') -> "void":
     return _pywrapgraph.SimpleMaxFlow_SetArcCapacity(self, arc, capacity)