def AddArcWithCapacity(
     self, tail: "operations_research::NodeIndex",
     head: "operations_research::NodeIndex",
     capacity: "operations_research::FlowQuantity"
 ) -> "operations_research::ArcIndex":
     return _pywrapgraph.SimpleMaxFlow_AddArcWithCapacity(
         self, tail, head, capacity)
Example #2
0
 def AddArcWithCapacity(self, tail, head, capacity):
     return _pywrapgraph.SimpleMaxFlow_AddArcWithCapacity(self, tail, head, capacity)