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