| LppVariable {Microsoft.VisualBasic.Math.LinearAlgebra.LinearProgramming} |
.NET clr documentation |
LppVariable
Description
Declare
# namespace Microsoft.VisualBasic.Math.LinearAlgebra.LinearProgramming
export class LppVariable {
coefficient: double;
# 变量下界,默认 0(标准形要求 x ≥ 0)
LowerBound: double;
symbol: string;
# 变量上界,默认 +∞(无上界)。有限上界由内点法原生支持 (引入 w = u − x 与对偶 z,Θ = 1/(s/x + z/w)),不会增加约束行数。
UpperBound: double;
}
.NET clr type reference tree
this clr type has no other .net clr type reference.
[Package
{$package} version {$version}
Index]