def Tail(self, arc): return _pywrapgraph.SimpleMaxFlow_Tail(self, arc)
def Tail(self, arc: 'operations_research::ArcIndex') -> "operations_research::NodeIndex": return _pywrapgraph.SimpleMaxFlow_Tail(self, arc)