| Public Member Functions | |
| def | degree (self) | 
| def | getOp (self) | 
General expressions of variables with operator overloading. Notes: - this expressions are not smart enough to identify equal terms - in constrast to polynomial expressions, __getitem__ is not implemented so expr[x] will generate an error instead of returning the coefficient of x
| def degree | ( | self | ) | 
| def getOp | ( | self | ) | 
returns operator of GenExpr
Definition at line 601 of file expr.pxi.
References SCIP_Expr.op, SCIP_ExprGraphNode.op, SumExpr.op, ProdExpr.op, VarExpr.op, PowExpr.op, UnaryExpr.op, and Constant.op.