How can I limit the number of cuts returned by the algorithm?

2 vues

Réponse

You can use the 'maxCuts' parameter to specify the maximum number of cuts that the minCut action should return. By default, it returns only one cut.
Did this answer help you?
minCut

optNetwork

See technical action