Difference: AmericanSteelTransshipmentProblem (13 vs. 14)

Revision 142008-04-28 - TWikiAdminUser

Line: 1 to 1
 
META TOPICPARENT name="SubmitCaseStudy"
<-- Under Construction -->
Line: 93 to 93
 |*FORM FIELD Conclusions*|Conclusions|There is quite a bit of information to summarise and many ways to present it. Some suggestions include:
  1. Summarise the problem as usual and list the shipments that American Steel should make (similar to the transportation problem);
  2. Summarise the problem as usual and present a table of shipments that American Steel should make;
  3. Draw the network formulation for the problem (being sure to specify what the labels mean). Then draw the actual solution on top of the network formulation. You could colour code flows long arcs to show if they are at their bounds.

Implementation and Ongoing Monitoring

Given that the solution is very sensitive to the supply and demand amounts, careful consideration of the accuracy of these figures is important. Making sure that the bounds on the arcs are reliable is another concern.

Ongoing monitoring of the supply, demand and bounds will help American Steel to keep making good decisions. As shown in the parametric analysis, ongoing negotiation of transportation prices along important routes will help American Steel reduce their expenditure.| |*FORM FIELD ExtraForExperts*|ExtraForExperts|Another common network flow problem that uses almost the same model as transshipment is the maximum flow problem. The objective of this problem is to maximise flow through the network. The only changes to transshipment.mod are:

  1. A new variable FlowOut is introduced at each node;
  2. FlowOut has lower and upper bounds, often the upper bound is set to as the Demand at the nodes;
  3. FlowOut replaces Demand in the ConserveFlow constraints;
  4. The ConserveFlow constraint becomes an equality constraint as all flow must be accounted for (no storage at the nodes);
  5. Cost of transshipment is ignored;
  6. The objective is to maximise the total flow out of the network sum {n in NODES} FlowOut[n];
  7. The problem no longer needs to be balanced.

Maxflow.mod ???ATTACH MAXFLOW.MOD HERE???

If we set MaxOut to Demand for all nodes:

let {n in NODES} MaxOut[n] := Demand[n];
then we see that currently all the demands are being met via the American Steel distribution network (the total flow out = the total demand):

steel_maxflow_solution.jpg| |*FORM FIELD StudentTasks*|StudentTasks| 1 Solve The American Steel Problem. Write a management summary of your solution.

What to hand in Hand in your management summary.

EXTRA FOR EXPERTS' TASKS

  1. American Steel are planning a marketing campaign to increase demand in their four markets Albany, Tempe, Houston and Gary. However, they would like to know the maximum demand their distribution network can handle (in each market) before they proceed. Write a script file that uses maxflow.mod and steel.dat to find the maximum demand they can supply in each market.

What to hand in Hand in your script file and a management summary of your solution.|

Changed:
<
<
META FILEATTACHMENT attachment="conserve_flow.jpg" attr="" comment="" date="1203066350" name="conserve_flow.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\conserve_flow.jpg" size="119214" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\conserve_flow.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_cost_parametric.jpg" attr="" comment="" date="1203066378" name="steel_cost_parametric.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_cost_parametric.jpg" size="21242" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_cost_parametric.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_formulation.jpg" attr="" comment="" date="1203066411" name="steel_formulation.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_formulation.jpg" size="30991" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_formulation.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_maxflow_solution.jpg" attr="" comment="" date="1203066451" name="steel_maxflow_solution.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_maxflow_solution.jpg" size="40059" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_maxflow_solution.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_network.jpg" attr="" comment="" date="1203066481" name="steel_network.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_network.jpg" size="25651" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_network.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_parametric.jpg" attr="" comment="" date="1203066537" name="steel_parametric.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_parametric.jpg" size="69672" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_parametric.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_rhs.jpg" attr="" comment="" date="1203066590" name="steel_rhs.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_rhs.jpg" size="93278" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_rhs.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_sensitivity.jpg" attr="" comment="" date="1203066683" name="steel_sensitivity.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_sensitivity.jpg" size="93137" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_sensitivity.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_solution.jpg" attr="" comment="" date="1203066761" name="steel_solution.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_solution.jpg" size="38501" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_solution.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
>
>
META FILEATTACHMENT attachment="steel_formulation.jpg" attr="h" comment="" date="1203066411" name="steel_formulation.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_formulation.jpg" size="30991" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_formulation.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_network.jpg" attr="h" comment="" date="1203066481" name="steel_network.jpg" path="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_network.jpg" size="25651" stream="C:\Users\Lauren Jackson\Documents\Desktop\Desktop stuff\Twiki\Twiki images\ATransshipProb\steel_network.jpg" tmpFilename="" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="steel_solution.jpg" attr="h" comment="" date="1209349430" name="steel_solution.jpg" path="steel_solution.jpg" size="75861" stream="steel_solution.jpg" tmpFilename="" user="BaseUserMapping_333" version="2"
 
META TOPICMOVED by="MichaelOSullivan" date="1204231417" from="OpsRes.ATransshipmentProblem" to="OpsRes.AmericanSteelTransshipmentProblem"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback