Global Information Lookup Global Information

Network flow problem information


In combinatorial optimization, network flow problems are a class of computational problems in which the input is a flow network (a graph with numerical capacities on its edges), and the goal is to construct a flow, numerical values on each edge that respect the capacity constraints and that have incoming flow equal to outgoing flow at all vertices except for certain designated terminals.

Specific types of network flow problems include:

  • The maximum flow problem, in which the goal is to maximize the total amount of flow out of the source terminals and into the sink terminals
  • The minimum-cost flow problem, in which the edges have costs as well as capacities and the goal is to achieve a given amount of flow (or a maximum flow) that has the minimum possible cost
  • The multi-commodity flow problem, in which one must construct multiple flows for different commodities whose total flow amounts together respect the capacities
  • Nowhere-zero flow, a type of flow studied in combinatorics in which the flow amounts are restricted to a finite set of nonzero values

The max-flow min-cut theorem equates the value of a maximum flow to the value of a minimum cut, a partition of the vertices of the flow network that minimizes the total capacity of edges crossing from one side of the partition to the other. Approximate max-flow min-cut theorems provide an extension of this result to multi-commodity flow problems. The Gomory–Hu tree of an undirected flow network provides a concise representation of all minimum cuts between different pairs of terminal vertices.

Algorithms for constructing flows include

  • Dinic's algorithm, a strongly polynomial algorithm for maximum flow
  • The Edmonds–Karp algorithm, a faster strongly polynomial algorithm for maximum flow
  • The Ford–Fulkerson algorithm, a greedy algorithm for maximum flow that is not in general strongly polynomial
  • The network simplex algorithm, a method based on linear programming but specialized for network flow
  • The out-of-kilter algorithm for minimum-cost flow
  • The push–relabel maximum flow algorithm, one of the most efficient known techniques for maximum flow

Otherwise the problem can be formulated as a more conventional linear program or similar and solved using a general purpose optimization solver.

and 12 Related for: Network flow problem information

Request time (Page generated in 0.8308 seconds.)

Network flow problem

Last Update:

combinatorial optimization, network flow problems are a class of computational problems in which the input is a flow network (a graph with numerical capacities...

Word Count : 408

Flow network

Last Update:

theory, a flow network (also known as a transportation network) is a directed graph where each edge has a capacity and each edge receives a flow. The amount...

Word Count : 3041

Maximum flow problem

Last Update:

maximum flow problems involve finding a feasible flow through a flow network that obtains the maximum possible flow rate. The maximum flow problem can be...

Word Count : 5197

Network flow

Last Update:

Network flow may refer to: Network flow problem Flow network Traffic flow (computer networking) Flow (disambiguation) This disambiguation page lists articles...

Word Count : 48

Minimum cut

Last Update:

to max-flow min-cut theorem, 2 nodes' Minimum cut value is equal to their maxflow value. In this case, some algorithms used in maxflow problem could also...

Word Count : 730

Network simplex algorithm

Last Update:

The algorithm is usually formulated in terms of a minimum-cost flow problem. The network simplex method works very well in practice, typically 200 to 300...

Word Count : 463

Circulation problem

Last Update:

circulation problem and its variants are a generalisation of network flow problems, with the added constraint of a lower bound on edge flows, and with flow conservation...

Word Count : 771

Cynthia Barnhart

Last Update:

Barnhart, Cynthia (1988). A network-based primal-dual solution methodology for the multi-commodity network flow problem (Ph.D.). Massachusetts Institute...

Word Count : 617

NetFlow

Last Update:

NetFlow is a feature that was introduced on Cisco routers around 1996 that provides the ability to collect IP network traffic as it enters or exits an...

Word Count : 3213

Auction algorithm

Last Update:

network flow problems. In fact the preflow-push algorithm for max-flow can be derived by applying the original 1979 auction algorithm to the max flow...

Word Count : 798

List of terms relating to algorithms and data structures

Last Update:

many-one reducibility nearest neighbor search negation network flow (see flow network) network flow problem next state NIST node nonbalanced merge nonbalanced...

Word Count : 3134

Transport network analysis

Last Update:

infrastructure that permits and constrains movement or flow. Examples include but are not limited to road networks, railways, air routes, pipelines, aqueducts,...

Word Count : 1503

PDF Search Engine © AllGlobal.net