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