Max Flow Problems

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary and concepts related to Max Flow Problems as discussed in Chapter 7.

Last updated 11:42 PM on 12/11/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Max Flow Problems

A category of network flow problems that focus on determining the maximum flow through a flow network between a source and a sink.

2
New cards

Flow Capacity

The maximum amount of flow that can pass through an arc in a network.

3
New cards

Source Node

The starting point in a flow network where flow originates.

4
New cards

Sink Node

The endpoint in a flow network where flow is supposed to exit.

5
New cards

Residual Graph

A graph that shows the available flow capacities remaining after some flow has been assigned to the arcs.

6
New cards

Breakthrough

A path in the network that allows additional flow to be pushed from the source to the sink.

7
New cards

Ford-Fulkerson Algorithm

A method for computing the maximum flow in a flow network by searching for augmenting paths.

8
New cards

In=Out Constraint

A constraint that ensures the flow entering a node equals the flow exiting the node (flow conservation) in a flow network.

9
New cards

Return Arc

An arc in a modified flow model that circulates flow from the sink back to the source to simplify the model.

10
New cards

Max Flow LP Formulation

The linear programming model that represents the maximum flow problem including decision variables, objective function, and constraints.