Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7941337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:38:26+00:00 2026-06-03T23:38:26+00:00

I am reading Algorithms book written by Robert Sedwick. Note: s is source and

  • 0

I am reading Algorithms book written by Robert Sedwick.

Note: “s” is source and “t” is tank.

Augument any flow network with an edge from “t” to “s” with flow and
capacity equal to the network’s value, and know that inflow is equal
to outflow for any set of nodes in the augumented network. Such a flow
is called a circulation, and this construction demonstrates that the
maxflow problem reduces to the problem of finding a circulation that
maximizes the flow along a given edge.

Given a set of cycles and a flow value for each cycle, it is easy to
compute the corresponding circulation by following through each cycle
and adding the indicated flow to each edge. The converse property is
more surprising; We can find a set of cycles (with a flow value for
each) that is equivalent to any given circulation.

Flow decomposition theorm: Any circulation can be represented as flow
along a set of atmost E directed cycles.

My questions on above explanation

  1. Request to explain with example what does author mean and how we can reduce “maxflow problem reduces to the problem of finding a circulation
    that maximizes the flow along a given edge. “?

  2. Can any one explain with simple example following paragraph.

“Given a set of cycles and a flow value for each cycle, it is easy to
compute the corresponding circulation by following through each cycle
and adding the indicated flow to each edge. The converse property is
more surprising; We can find a set of cycles (with a flow value for
each) that is equivalent to any given circulation.”

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T23:38:27+00:00Added an answer on June 3, 2026 at 11:38 pm
    1. If you have a maxflow problem with source s and sink t, you can convert this problem into a maximum circulation problem by just adding an edge t->s. The original maximum flow from s to t is now converted into a maximum circulation s—>t->s.

    2. If you have a list of cycles (closed paths in your graph) and every cycle is associated with a flow N, you can go through all the cycles and add the flow values N to those edges the cycles go through. In this fashion, every edge in your graph will have a flow value calculated for it, and this is the total circulation in your graph. Conversely, the theorem says that whenever you have a circulation in the total graph, it can be decomposed into cycles. Here is an example of a maximum circulation, on every edge the notation a(b) means that the flow is a and edge maximum capacity is b:

        3(3)     2(2)
      a ----> b -----> c 
      ^       |1(1)    |
      |3(3)   V        V 2(4)
      d<------e<-------f
         3(4)     2(3)
      

    The corresponding cycles are: a-b-e-d-a with flow value 1, and a-b-c-f-e-d with flow value 2. Those two cycles together define the maximum circulation as shown above.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am reading about network flow algorithms in Robert Sedwicks book on Graph algorithms.
I have question that comes from a algorithms book I'm reading and I am
I am reading a algorithms book by S.DasGupta. Following is text snippet from the
I'm reading about STL algorithms and the book pointed out that algorithms like find
I am reading Nicolai Josuttis book on C++STL algorithms. For many algorithms such as
I am reading a book Data Structures and Algorithms in C++ which was published
I'm reading my algorithms text book, and I'm reading about recurrence relations and finding
I'm reading Introduction to Algorithms book, second edition, the chapter about Medians and Order
Reading a book on algorithms. Can someone explain the meaning of the mathematical symbol
I am reading about Dynamic programming in Cormen etc book on algorithms. following is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.