IMSL C# Numerical Library

DenseLP Constructor (MPSReader)

Constructor using an MPSReader object.

public DenseLP(
   MPSReader mps
);

Parameters

mps
A MPSReader specifying the Linear Programming problem.

Exceptions

Exception Type Condition
ArgumentException is thrown if the problem dimensions are not consistent.

See Also

DenseLP Class | Imsl.Math Namespace | DenseLP Constructor Overload List