Public Member Functions | |
| def | __abs__ (self) |
| def | __add__ (self, other) |
| def | __getitem__ (self, key) |
| def | __iadd__ (self, other) |
| def | __init__ (self, terms=None) |
| def | __iter__ (self) |
| def | __mul__ (self, other) |
| def | __neg__ (self) |
| def | __next__ (self) |
| def | __pow__ (self, other, modulo) |
| def | __radd__ (self, other) |
| def | __repr__ (self) |
| def | __richcmp__ (self, other, op) |
| def | __rmul__ (self, other) |
| def | __rsub__ (self, other) |
| def | __rtruediv__ (self, other) |
| def | __sub__ (self, other) |
| def | __truediv__ (self, other) |
| def | degree (self) |
| def | normalize (self) |
Public Attributes | |
| terms | |
Polynomial expressions of variables with operator overloading.
See also the description in the expr.pxi.
| def __init__ | ( | self, | |
terms = None |
|||
| ) |
| def __abs__ | ( | self | ) |
Definition at line 167 of file expr.pxi.
References pyscipopt.expr.buildGenExprObj().
| def __add__ | ( | self, | |
| other | |||
| ) |
Definition at line 170 of file expr.pxi.
References pyscipopt.expr.buildGenExprObj().
| def __getitem__ | ( | self, | |
| key | |||
| ) |
Definition at line 155 of file expr.pxi.
References Expr.terms.
| def __iadd__ | ( | self, | |
| other | |||
| ) |
Definition at line 192 of file expr.pxi.
References pyscipopt.expr.buildGenExprObj(), and Expr.terms.
| def __iter__ | ( | self | ) |
Definition at line 160 of file expr.pxi.
References Expr.terms.
| def __mul__ | ( | self, | |
| other | |||
| ) |
Definition at line 208 of file expr.pxi.
References pyscipopt.expr.buildGenExprObj(), and Expr.terms.
| def __neg__ | ( | self | ) |
Definition at line 253 of file expr.pxi.
References Expr.terms.
| def __next__ | ( | self | ) |
Definition at line 163 of file expr.pxi.
References Expr.terms.
| def __pow__ | ( | self, | |
| other, | |||
| modulo | |||
| ) |
Definition at line 242 of file expr.pxi.
References pyscipopt.expr.buildGenExprObj().
| def __radd__ | ( | self, | |
| other | |||
| ) |
Definition at line 259 of file expr.pxi.
References Term.__add__(), and Expr.__add__().
| def __repr__ | ( | self | ) |
Definition at line 276 of file expr.pxi.
References Expr.terms.
| def __richcmp__ | ( | self, | |
| other, | |||
| op | |||
| ) |
| def __rmul__ | ( | self, | |
| other | |||
| ) |
Definition at line 262 of file expr.pxi.
References Expr.__mul__().
| def __rtruediv__ | ( | self, | |
| other | |||
| ) |
| def __truediv__ | ( | self, | |
| other | |||
| ) |
Definition at line 227 of file expr.pxi.
References pyscipopt.expr.buildGenExprObj().
| def degree | ( | self | ) |
| def normalize | ( | self | ) |