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_1GenExpr.html below:

PySCIPOpt: GenExpr Class Reference

def  __abs__ (self)   def  __add__ (self, other)   def  __init__ (self)   def  __mul__ (self, other)   def  __neg__ (self)   def  __pow__ (self, other, modulo)   def  __radd__ (self, other)   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  getOp (self)  
 General expressions of variables with operator overloading.
Note
  • these expressions are not smart enough to identify equal terms
  • in contrast to polynomial expressions, __getitem__ is not implemented so expr[x] will generate an error instead of returning the coefficient of x
See also the description in the expr.pxi.

Definition at line 395 of file expr.pxi.

◆ __init__() ◆ __abs__() ◆ __add__() def __add__ (   self,   other  ) ◆ __mul__() def __mul__ (   self,   other  ) ◆ __neg__() ◆ __pow__() def __pow__ (   self,   other,   modulo  ) ◆ __radd__() def __radd__ (   self,   other  ) ◆ __richcmp__() def __richcmp__ (   self,   other,   op  )
turn it into a constraint

Definition at line 548 of file expr.pxi.

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

Definition at line 545 of file expr.pxi.

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

Definition at line 536 of file expr.pxi.

◆ __truediv__() def __truediv__ (   self,   other  ) ◆ degree()
Note: none of these expressions should be polynomial

Definition at line 552 of file expr.pxi.

◆ getOp()

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