Example #1
0
 def Solve(self):
     return _pywrapgraph.LinearSumAssignment_Solve(self)
Example #2
0
 def Solve(self) -> "operations_research::SimpleLinearSumAssignment::Status":
     return _pywrapgraph.LinearSumAssignment_Solve(self)