Class TransportEx1

java.lang.Object
com.imsl.test.example.math.TransportEx1

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).

See Also:
  • Constructor Details

    • TransportEx1

      public TransportEx1()
  • Method Details