Class SparseLPEx2

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

public class SparseLPEx2 extends Object

SparseLP Example 2: Solves a linear programming problem defined in an MPS file.

This example demonstrates how the class MPSReader can be used with SparseLP to solve a linear programming problem defined in an MPS file. The MPS file used in this example is an uncompressed version of the file 'afiro', available from http://www.netlib.org/lp/data/.

See Also:
  • Constructor Details

    • SparseLPEx2

      public SparseLPEx2()
  • Method Details