Hi!
In my graph I found max flow but for min cut is more than one possibility. Which one I must to choose, that one with more points included or that one with less, or is this irelevant?
Thanks in advance.
Depends on what the question is asking. If you are suppose to use a specific algorithm to find the min cut, then you should give the solution provided by the algorithm.
You can also provide all the possible cuts just to be on the safe side. Also, you should have some justification that no other cuts can have larger value than the ones you found (I think this is the most important part).