max_flow
Find the maximum possible flow from a source to a sink in a directed graph, given edge capacities.
Instructions
Compute maximum flow in a capacitated directed graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | Yes | ||
| source | Yes | ||
| sink | Yes | ||
| capacities | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||