Saturday, April 18, 2020

Transportation problem?

Bud Espenshade: This is similar to standard balanced transportation problem(total_supply = total_demand = 135), but the object function is to be maximized instead of minimized - this is the only difference in the formulation like Q.3.2 below:http://ptumech.loremate.com/or/node/3You can solve it by any linear programming method, most conveniently by popular one, described in Q.3.9. in the same article, but steps (c) and (d) with "positive" and "negative" interchanged, since we maximize instead of minimize. The optimal solution (unique) in only one iteration is as follows:10 30 30 3020 . 0 . 0 . 00 . 0 . 0 . 15 with maximum total profit 3400....Show more

No comments:

Post a Comment