Beispiel #1
0
 def SolveMaxFlowWithMinCost(self):
     return _pywrapgraph.SimpleMinCostFlow_SolveMaxFlowWithMinCost(self)
Beispiel #2
0
 def SolveMaxFlowWithMinCost(self) -> "operations_research::MinCostFlowBase::Status":
     return _pywrapgraph.SimpleMinCostFlow_SolveMaxFlowWithMinCost(self)