Network flow problem

Network flow problem

In combinatorial optimization, network flow problems focus on determining optimal flows in a network respecting given capacities. These problems include the max-flow min-cut theorem, which relates the maximum flow to the minimum cut in the network. Solutions can be approached using specific algorithms, Gomory–Hu trees for representing minimum cuts, or by formulating the issue as a linear program for general optimization.

2 courses cover this concept

15-451/651 Algorithms

Carnegie Mellon University

Spring 2022

This course explores the design and analysis of algorithms, algorithmic modelling techniques, and their efficiency. It aims to provide tools for designing and analyzing personal algorithms, using various analytical tools and frameworks. Some advanced topics not commonly covered in textbooks are also taught.

No concepts data

+ 37 more concepts

CS 170: Efficient Algorithms and Intractable Problems

UC Berkeley

Spring 2020

This is an introductory course to computer science theory, exploring the design and analysis of various algorithms, number theory, and complexity. The prerequisites include familiarity with mathematical induction, big-O notation, basic data structures, and programming in a standard language.

No concepts data

+ 36 more concepts