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/.
Constructor and Description |
---|
SparseLPEx2() |
Copyright © 2020 Rogue Wave Software. All rights reserved.