|
META TOPICPARENT |
name="TransshipmentProblem" |
The Transshipment Problem in AMPL |
| sum {(i, j) in ARCS} Cost[i, j] * Flow[i, j];
subject to ConserveFlow {j in NODES}: |
|
< < | 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" |
|
|
< < |
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" |
|