Ford - Fulkerson Algorithm
In a flow network, what does the 'Capacity Constraint' imply for any edge (u, v)?
What is the 'Flow Conservation' rule for an intermediate node?
If the total flow leaving the source is 15 units, what must be the total flow entering the sink?
Which of the following best describes a 'Source' node in a flow network?
In a directed graph used for flow networks, an edge (u, v) means:
What happens if a node has more flow entering than leaving?
Can an edge have a negative capacity?
If an edge has a capacity of 10 and a current flow of 4, how much more flow can it handle?
The Maximum Flow problem is a classic problem in which field?
True or False: A flow network can have multiple sources and sinks.