Example #1
0
 def Flow(self, arc):
     return _pywrapgraph.SimpleMinCostFlow_Flow(self, arc)
Example #2
0
 def Flow(self, arc: 'operations_research::ArcIndex') -> "operations_research::FlowQuantity":
     return _pywrapgraph.SimpleMinCostFlow_Flow(self, arc)