Linear Programming Model
LPPModel
01 Syntax
Microsoft.VisualBasic.Math.LinearAlgebra.LinearProgramming.LPPModel
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ParseMatrix | 1 | |
| ConfigSymbols | 1 | |
| ConfigModelName | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| constraintCoefficients | 1 | base64 string represented matrix |
| name | 1 | the model name |
| objectiveFunctionType | 1 | |
| variables | 1 | |
| objectiveFunctionValue | 1 | |
| objectiveFunctionCoefficients | 1 | |
| variableNames | 1 | |
| constraintRightHandSides | 1 | |
| constraintTypes | 1 |
04 Members
constraintCoefficients
base64 string represented matrix
name
the model name
objectiveFunctionType
variables
objectiveFunctionValue
objectiveFunctionCoefficients
variableNames
constraintRightHandSides
constraintTypes
ParseMatrix()
ConfigSymbols(
String(), Double())ConfigModelName(
String, String)