Constructor using an MPSReader object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public DenseLP(
	MPSReader mps
)
Visual Basic (Declaration)
Public Sub New ( _
	mps As MPSReader _
)
Visual C++
public:
DenseLP(
	MPSReader^ mps
)

Parameters

mps
Type: Imsl.Math..::.MPSReader
A MPSReader specifying the Linear Programming problem.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if the problem dimensions are not consistent.

See Also