PySCIPOpt  4.3.0
Python Interface for the SCIP Optimization Suite
SumExpr Class Reference

Public Member Functions

def __init__ (self)
 
def __repr__ (self)
 
- Public Member Functions inherited from GenExpr
def __abs__ (self)
 
def __add__ (self, other)
 
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)
 

Public Attributes

 children
 
 coefs
 
 constant
 

Detailed Description

Definition at line 562 of file expr.pxi.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
 

Reimplemented from GenExpr.

Definition at line 567 of file expr.pxi.

Member Function Documentation

◆ __repr__()

Member Data Documentation

◆ children

children

Definition at line 570 of file expr.pxi.

◆ coefs

coefs

Definition at line 569 of file expr.pxi.

◆ constant

constant

Definition at line 568 of file expr.pxi.


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