def AddArcWithCost(
     self, left_node: "operations_research::NodeIndex",
     right_node: "operations_research::NodeIndex",
     cost: "operations_research::CostValue"
 ) -> "operations_research::ArcIndex":
     return _pywrapgraph.LinearSumAssignment_AddArcWithCost(
         self, left_node, right_node, cost)
Beispiel #2
0
 def AddArcWithCost(self, left_node, right_node, cost):
     return _pywrapgraph.LinearSumAssignment_AddArcWithCost(self, left_node, right_node, cost)