PySCIPOpt  4.3.0
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 584 of file scip.pyx.

Member Function Documentation

◆ __repr__()

◆ getBoundchgtype()

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

Definition at line 603 of file scip.pyx.

References BoundChange.scip_boundchg, and SCIPboundchgGetBoundchgtype().

◆ getBoundtype()

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

Definition at line 607 of file scip.pyx.

References BoundChange.scip_boundchg, and SCIPboundchgGetBoundtype().

◆ getNewBound()

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

Definition at line 595 of file scip.pyx.

References BoundChange.scip_boundchg, and SCIPboundchgGetNewbound().

◆ getVar()

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

Definition at line 599 of file scip.pyx.

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 611 of file scip.pyx.

References BoundChange.scip_boundchg, and SCIPboundchgIsRedundant().

Member Data Documentation

◆ boundchg

boundchg = BoundChange()
static

Definition at line 591 of file scip.pyx.

◆ scip_boundchg

scip_boundchg
static

Definition at line 592 of file scip.pyx.


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