Difference: TransshipmentProblemInAMPL (4 vs. 5)

Revision 52008-04-28 - MichaelOSullivan

Line: 1 to 1
 
META TOPICPARENT name="TransshipmentProblem"

The Transshipment Problem in AMPL

Line: 50 to 50
  sum {(i, j) in ARCS} Cost[i, j] * Flow[i, j];

subject to ConserveFlow {j in NODES}:

Changed:
<
<
sum {(i, j) in ARCS} Flow[i, j] - sum {(j, k) in ARCS} Flow[j, k] >= NetDEmand[j];
>
>
sum {(i, j) in ARCS} Flow[i, j] - sum {(j, k) in ARCS} Flow[j, k] >= NetDemand[j];
 

-- TWikiAdminGroup - 22 Apr 2008

META FILEATTACHMENT attachment="latex5da5abb9ccf4cbbc7eee6659924b1403.png" attr="h" comment="" date="1208854554" name="latex5da5abb9ccf4cbbc7eee6659924b1403.png" stream="GLOB(0xa748acc)" tmpFilename="latex5da5abb9ccf4cbbc7eee6659924b1403.png" user="BaseUserMapping_333" version="1"
META FILEATTACHMENT attachment="latex56f76e376243ad67ee1d9ef33bf47490.png" attr="h" comment="" date="1208854554" name="latex56f76e376243ad67ee1d9ef33bf47490.png" stream="GLOB(0xa748aa8)" tmpFilename="latex56f76e376243ad67ee1d9ef33bf47490.png" user="BaseUserMapping_333" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="transshipment.mod" attr="" comment="" date="1209348722" name="transshipment.mod" path="transshipment.mod" size="1546" stream="transshipment.mod" tmpFilename="" user="MichaelOSullivan" version="2"
>
>
META FILEATTACHMENT attachment="transshipment.mod" attr="" comment="" date="1209348830" name="transshipment.mod" path="transshipment.mod" size="1568" stream="transshipment.mod" tmpFilename="" user="MichaelOSullivan" version="3"
 
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