def SolveMaxFlowWithMinCost(self): return _pywrapgraph.SimpleMinCostFlow_SolveMaxFlowWithMinCost(self)
def SolveMaxFlowWithMinCost(self) -> "operations_research::MinCostFlowBase::Status": return _pywrapgraph.SimpleMinCostFlow_SolveMaxFlowWithMinCost(self)