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