LinExpr.getVar ()


LinExpr.getVar ()

getVar(我)

从表达式的单个项中检索变量对象。

返回值:

在索引项的变量的表达式。

使用示例:

e = x + 2 * y + 3 print(e. getvar (1))