Showing posts with label sink. Show all posts
Showing posts with label sink. Show all posts

Monday, 24 May 2021

The Out-of-Kilter Algorithm and Its Network Flow Implementations | Chapter 7 | Theory and Practice of Mathematics and Computer Science Vol. 10

 D.R. Fulkerson [1] published the out-of-kilter algorithm, which computes the solution to the minimum-cost flow issue in a flow network. The Out-of-Kilter technique can be used to solve problems like the transportation problem, which can be described as a maximum flow and minimal cost – maximum flow problem. To begin, the algorithm creates an initial flow along the arcs and assigns a number to each of the network's nodes. See, for example, Bazaraa, which employs Complementary Slackness Optimality Conditions (CSOC). The method developed by Jarvis and Sherali [2] looks for out-of-kilter arcs (those that do not satisfy CSOC conditions). If there aren't any, the algorithm is finished. The flow must be increased or decreased to bring arcs that do not satisfy the CSOC theorem into alignment. According to the demand, the algorithm will hunt for a path that either enhances or decreases the flow. This is repeated until all of the arcs are aligned, at which time the procedure is finished. There is no conceivable flow if no paths to improve the system are found. The Out-of-Kilter algorithm is used to determine the best solution to any network flow problem. This comprises transit, assignment, and shortest path problems, among others. Computer solutions are presented using a Pascal programme and Matlab.

Author(s) Details

W. H. Moolman
Department of Mathematical Sciences and Computing, Walter Sisulu University, Mthatha, South Africa.

View Book :- https://stm.bookpi.org/TPMCS-V10/article/view/1077

Computing and Applications: The Maximum Flow and Minimum Cost – Maximum Flow Problems | Chapter 6 | Theory and Practice of Mathematics and Computer Science Vol. 10

 Both the maximum flow and minimum cost-maximum flow challenges are concerned with determining flows between a source and a destination across a network. The term "maximum flow" refers to any problem in which the goal is to transport as many products, objects, or people as possible between two sites via intermediate places. Maximum flow-lowest cost refers to flow problems including both capacities and expenses. Computing enables one to come at a solution to a problem when provided knowledge about a network (network flow diagram, capacities, and expenses). When the solution is ready, it must be tested on a real-world problem. The usage of R (many packages and functions), specially designed Pascal programmes, and Excel SOLVER in the solution of these problems will be discussed. The following problems' minimum cost-maximum flow solutions will also be discussed: Transportation problem, assignment problem, shortest path problem, caterer problem, maximum flow, minimum cost-maximum flow.

Author(s) Details

W. H. Moolman
Department of Mathematical Sciences and Computing, Walter Sisulu University, Mthatha, South Africa.

View Book :- https://stm.bookpi.org/TPMCS-V10/article/view/1076