LinExpr.addConstant ()

addConstant(c)

一个常数添加到一个线性表达式。

参数:

c:常数表达式。

使用示例:

expr y = x + 2 * expr.addConstant (0.1)