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 ILQIntExpr : IQuadIntExpr, IIntExpr, INumExpr, ICopyable, ILinearIntExpr |
| Visual Basic |
|---|
Public Interface ILQIntExpr _ Inherits IQuadIntExpr, IIntExpr, INumExpr, ICopyable, _ ILinearIntExpr |
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