Example #1
0
 def RightNode(self, arc):
     return _pywrapgraph.LinearSumAssignment_RightNode(self, arc)
Example #2
0
 def RightNode(self, arc: 'operations_research::ArcIndex') -> "operations_research::NodeIndex":
     return _pywrapgraph.LinearSumAssignment_RightNode(self, arc)