minCut - What are the key input parameters required to define a minimum cut problem?

Réponse

To define a minimum cut problem, you must specify the source node using the 'source' parameter and the sink node using the 'sink' parameter. The graph itself is provided via the 'links' or 'graph' parameter.
¿Te ayudó esta respuesta?
minCut

optNetwork

Doc : minCut