Balance-of-Flow Rules: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Learning concept |Description=A simple set of rules, known as the balance-of-flow rules, applies to constructing the constraints for minimum cost network flow problems. Thes...") |
No edit summary |
||
Line 3: | Line 3: | ||
If Total Supply >= Total Demand then apply Inflow - Outflow >= Supply or Demand | If Total Supply >= Total Demand then apply Inflow - Outflow >= Supply or Demand | ||
If Total Supply = Total Demand then apply Inflow - Outflow = Supply or Demand | |||
If Total Supply = Total Demand then apply Inflow - Outflow = Supply or Demand | |||
If Total Supply <= Total Demand then apply Inflow - Outflow <= Supply or Demand | If Total Supply <= Total Demand then apply Inflow - Outflow <= Supply or Demand | ||
}} | }} |
Latest revision as of 12:42, 2 January 2014
Description
A simple set of rules, known as the balance-of-flow rules, applies to constructing the constraints for minimum cost network flow problems. These rules are summarized below:
If Total Supply >= Total Demand then apply Inflow - Outflow >= Supply or Demand
If Total Supply = Total Demand then apply Inflow - Outflow = Supply or Demand
If Total Supply <= Total Demand then apply Inflow - Outflow <= Supply or Demand
Concept Prerequisite
Wikipedia Reference
Learning Material
Covered in Topic(s)
Network Flow Models |