Beispiel #1
0
 def Tail(self, arc):
     return _pywrapgraph.SimpleMaxFlow_Tail(self, arc)
Beispiel #2
0
 def Tail(self, arc: 'operations_research::ArcIndex') -> "operations_research::NodeIndex":
     return _pywrapgraph.SimpleMaxFlow_Tail(self, arc)