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