PySCIPOpt
Python Interface to the SCIP Optimization Suite
Expr Class Reference

Public Member Functions

def normalize (self)
 
def degree (self)
 

Public Attributes

 terms
 

Detailed Description

Polynomial expressions of variables with operator overloading.

Definition at line 141 of file expr.pxi.

Member Function Documentation

def degree (   self)
computes highest degree of terms

Definition at line 294 of file expr.pxi.

References GRAPH.terms, and Expr.terms.

def normalize (   self)
remove terms with coefficient of 0

Definition at line 287 of file expr.pxi.

References GRAPH.terms, and Expr.terms.


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