| 概述 | 组 | 树 | 图形 | 不推荐 | 索引 | 概念 |

Concert Technology 中的整数表达式使用 "IloIntExpr类型的对象表示。
| 方法概要 | |
|---|---|
public IloIntExprI * | getImpl() const |
public | IloIntExpr() |
public | IloIntExpr(IloIntExprI * impl) |
public | IloIntExpr(const IloIntExprArg arg) |
public | IloIntExpr(const IloIntLinExprTerm term) |
public | IloIntExpr(const IloEnv env, IloInt constant=0) |
public IloIntExpr & | operator*=(IloInt val) |
public IloIntExpr & | operator+=(const IloIntExprArg expr) |
public IloIntExpr & | operator+=(IloInt val) |
public IloIntExpr & | operator-=(const IloIntExprArg expr) |
public IloIntExpr & | operator-=(IloInt val) |
从 "IloIntExprArg继承的方法 |
|---|
getImpl, IloIntExprArg, IloIntExprArg |
从 "IloNumExprArg继承的方法 |
|---|
getImpl, IloNumExprArg, IloNumExprArg |
| 方法详细信息 |
|---|
该构造函数使用未注明的类 "IloIntExprArg创建一个整数表达式。
该构造函数使用未注明的类 "IloIntLinExprTerm创建一个包含线性项的整数表达式。
该构造函数创建了一个值为 "constant的常量整数表达式,用户随后可以在环境 "env中使用运算符 "+=, -=, ∗=修改该表达式。
建议使用此运算符在循环中构建 Concert 技术表达式。 它比 "x = x * ... 更有效。
建议使用此运算符在循环中构建 Concert 技术表达式。 它比 "x = x + ... 更有效。
建议使用此运算符在循环中构建 Concert 技术表达式。 它比 "x = x + ... 更有效。
建议使用此运算符在循环中构建 Concert 技术表达式。 它比 "x = x - ... 更有效。
建议使用此运算符在循环中构建 Concert 技术表达式。 它比 "x = x - ... 更有效。