Exemplo n.º 1
0
 def Flow(self, arc):
     return _pywrapgraph.SimpleMaxFlow_Flow(self, arc)
Exemplo n.º 2
0
 def Flow(self, arc: 'operations_research::ArcIndex') -> "operations_research::FlowQuantity":
     return _pywrapgraph.SimpleMaxFlow_Flow(self, arc)