A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scipopt.github.io/PySCIPOpt/docs/html/classpyscipopt_1_1expr_1_1Expr.html below:

PySCIPOpt: Expr Class Reference

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)  

Polynomial expressions of variables with operator overloading.
See also the description in the expr.pxi.

Definition at line 144 of file expr.pxi.

◆ __init__() def __init__ (   self,   terms = None  )
terms is a dict of variables to coefficients.

CONST is used as key for the constant term.

Definition at line 146 of file expr.pxi.

◆ __abs__() ◆ __add__() def __add__ (   self,   other  ) ◆ __getitem__() def __getitem__ (   self,   key  ) ◆ __iadd__() def __iadd__ (   self,   other  ) ◆ __iter__() ◆ __mul__() def __mul__ (   self,   other  ) ◆ __neg__() ◆ __next__() ◆ __pow__() def __pow__ (   self,   other,   modulo  ) ◆ __radd__() def __radd__ (   self,   other  ) ◆ __repr__() ◆ __richcmp__() def __richcmp__ (   self,   other,   op  )
turn it into a constraint

Definition at line 268 of file expr.pxi.

◆ __rmul__() def __rmul__ (   self,   other  ) ◆ __rsub__() def __rsub__ (   self,   other  )

Definition at line 265 of file expr.pxi.

◆ __rtruediv__() def __rtruediv__ (   self,   other  ) ◆ __sub__() def __sub__ (   self,   other  )

Definition at line 256 of file expr.pxi.

◆ __truediv__() def __truediv__ (   self,   other  ) ◆ degree() ◆ normalize() ◆ terms

The documentation for this class was generated from the following file:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4