Exemple #1
0
 def Solve(self, source, sink):
     return _pywrapgraph.SimpleMaxFlow_Solve(self, source, sink)
Exemple #2
0
 def Solve(self, source: 'operations_research::NodeIndex', sink: 'operations_research::NodeIndex') -> "operations_research::SimpleMaxFlow::Status":
     return _pywrapgraph.SimpleMaxFlow_Solve(self, source, sink)