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

Public Member Functions

def getBoundchgs (self)
 

Static Public Attributes

 domchg = DomainChanges()
 
 scip_domchg
 

Detailed Description

Set of domain changes.

Definition at line 620 of file scip.pyx.

Member Function Documentation

◆ getBoundchgs()

def getBoundchgs (   self)
Returns the bound changes in the domain change.

Definition at line 631 of file scip.pyx.

References DomainChanges.scip_domchg, SCIPdomchgGetBoundchg(), and SCIPdomchgGetNBoundchgs().

Member Data Documentation

◆ domchg

domchg = DomainChanges()
static

Definition at line 627 of file scip.pyx.

◆ scip_domchg

scip_domchg
static

Definition at line 628 of file scip.pyx.


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