跳至主内容
框架 无框架

IloQuadProd

public 'IloIntExprArg'IloQuadProd(const 'IloIntVarArray'leftExprs, const 'IloIntVarArray'rightExprs, const 'IloIntArray'系数)
定义文件: ilconcert/iloexpression.h
代表二次乘积。

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'系数)
定义文件: ilconcert/iloexpression.h
代表二次乘积。

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.