| LPPModel {Microsoft.VisualBasic.Math.LinearAlgebra.LinearProgramming} | .NET clr documentation |
Linear Programming Model
# namespace Microsoft.VisualBasic.Math.LinearAlgebra.LinearProgramming
export class LPPModel extends XmlDataModel {
# base64 string represented matrix
constraintCoefficients: LppEquation[];
constraintRightHandSides: double;
constraintTypes: string;
# the model name
name: NamedValue;
objectiveFunctionCoefficients: double;
objectiveFunctionType: string;
objectiveFunctionValue: double;
Stylesheet: XmlStyleProcessor;
TypeComment: XmlComment;
variableNames: string;
variables: LppVariable[];
}
constraintCoefficients: LppEquationname: NamedValueStylesheet: XmlStyleProcessorTypeComment: XmlCommentvariables: LppVariable