Click or drag to resize
DenseLP Constructor (MPSReader)
Constructor using an MPSReader object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public DenseLP(
	MPSReader mps
)

Parameters

mps
Type: Imsl.MathMPSReader
A MPSReader specifying the Linear Programming problem.
Exceptions
ExceptionCondition
ArgumentException is thrown if the problem dimensions are not consistent.
See Also