Skip to main content
FRAMES NO FRAMES

IloQuadProd

public IloIntExprArg IloQuadProd(const IloIntVarArray leftExprs, const IloIntVarArray rightExprs, const IloIntArray coefs)
Definition file: ilconcert/iloexpression.h
Represents the quadratic product.

This function returns an instance of IloIntExprArg, the internal building block of an integer expression, representing the quadratic product of the variables in the arrays vars and values or the arrays leftExprs and rightExprs and coefs.


IloQuadProd

public IloNumExprArg IloQuadProd(const IloNumVarArray leftExprs, const IloNumVarArray rightExprs, const IloNumArray coefs)
Definition file: ilconcert/iloexpression.h
Represents the quadratic product.

This function returns an instance of IloNumExprArg, the internal building block of a numeric expression, representing the quadratic product of the variables in the arrays vars and values or the arrays leftExprs and rightExprs and coefs.