LPPModel {Microsoft.VisualBasic.Math.LinearAlgebra.LinearProgramming} .NET clr documentation

LPPModel

Description

Linear Programming Model

Declare

            
# 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[];
}

        

.NET clr type reference tree

  1. this class extends from XmlDataModel class: XmlDataModel
  2. use by property member constraintCoefficients: LppEquation
  3. use by property member name: NamedValue
  4. use by property member Stylesheet: XmlStyleProcessor
  5. use by property member TypeComment: XmlComment
  6. use by property member variables: LppVariable

[Package {$package} version {$version} Index]