Click or drag to resize

QuadraticProgrammingProblemIsLinear Method

Performs a check to see if in fact the problem is a linear programming problem. Or, equivalently, if all the entries in the matrix H are zero.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsLinear()

Return Value

Boolean
true if the problem is a in fact a linear programming problem
See Also