PySCIPOpt  5.1.1
Python Interface for the SCIP Optimization Suite
BoundChange Class Reference

Public Member Functions

def __repr__ (self)
 
def getBoundchgtype (self)
 
def getBoundtype (self)
 
def getNewBound (self)
 
def getVar (self)
 
def isRedundant (self)
 

Static Public Attributes

 boundchg = BoundChange()
 
 scip_boundchg
 

Detailed Description

Bound change.

Definition at line 645 of file scip.pxi.

Member Function Documentation

◆ __repr__()

◆ getBoundchgtype()

def getBoundchgtype (   self)
Returns the bound change type of the bound change.

Definition at line 664 of file scip.pxi.

References BoundChange.scip_boundchg, and SCIPboundchgGetBoundchgtype().

◆ getBoundtype()

def getBoundtype (   self)
Returns the bound type of the bound change.

Definition at line 668 of file scip.pxi.

References BoundChange.scip_boundchg, and SCIPboundchgGetBoundtype().

◆ getNewBound()

def getNewBound (   self)
Returns the new value of the bound in the bound change.

Definition at line 656 of file scip.pxi.

References BoundChange.scip_boundchg, and SCIPboundchgGetNewbound().

◆ getVar()

def getVar (   self)
Returns the variable of the bound change.

Definition at line 660 of file scip.pxi.

References BoundChange.scip_boundchg, and SCIPboundchgGetVar().

◆ isRedundant()

def isRedundant (   self)
Returns whether the bound change is redundant due to a more global bound that is at least as strong.

Definition at line 672 of file scip.pxi.

References BoundChange.scip_boundchg, and SCIPboundchgIsRedundant().

Member Data Documentation

◆ boundchg

boundchg = BoundChange()
static

Definition at line 652 of file scip.pxi.

◆ scip_boundchg

scip_boundchg
static

Definition at line 653 of file scip.pxi.


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