Package com.imsl.test.example.math
Class TransportEx1
java.lang.Object
com.imsl.test.example.math.TransportEx1
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
TransportEx1
public TransportEx1()
-
-
Method Details
-
main
- Throws:
Exception
-