DenseLP Constructor (MPSReader) |
Constructor using an MPSReader object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public DenseLP(
MPSReader mps
)
Public Sub New (
mps As MPSReader
)
public:
DenseLP(
MPSReader^ mps
)
new :
mps : MPSReader -> DenseLP
Parameters
- mps
- Type: Imsl.MathMPSReader
A MPSReader specifying the Linear Programming problem.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if the problem dimensions are not consistent.
|
See Also