A general expression featuring both linear and quadratic terms.
Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public interface ILQNumExpr : IQuadNumExpr, INumExpr, ICopyable, ILinearNumExpr |
| Visual Basic |
|---|
Public Interface ILQNumExpr _ Inherits IQuadNumExpr, INumExpr, ICopyable, ILinearNumExpr |
Remarks
A quadratic expression represents a sum of quadratic terms and linear terms of the form: exp = sum a_i * x_i + sum q_ij * x_i * x_j + const