public class TransportEx1 extends Object
Solves a transportation problem using the revised Simplex method.
In this example, there are two sources with capacities 40 and 20, and three destinations, which need 25, 10 and 22 units, respectively. In this example, the sum of the capacities (=60) is larger than the sum of the demands (=57).
| Constructor and Description |
|---|
TransportEx1() |
Copyright © 2022 Rogue Wave Software. All rights reserved.