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

3 vues

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.
Did this answer help you?
minCut

optNetwork

See technical action