Scippy

SCIP

Solving Constraint Integer Programs

SCIP_DomChgBoth Struct Reference

Detailed Description

tracks changes of the variables' domains (static arrays, bound and hole changes)

Definition at line 138 of file struct_var.h.

#include <struct_var.h>

Data Fields

unsigned int nboundchgs:30
 
unsigned int domchgtype:2
 
SCIP_BOUNDCHGboundchgs
 
SCIP_HOLECHGholechgs
 
int nholechgs
 

Field Documentation

◆ nboundchgs

unsigned int SCIP_DomChgBoth::nboundchgs

number of bound changes (must be first structure entry!)

Definition at line 140 of file struct_var.h.

◆ domchgtype

unsigned int SCIP_DomChgBoth::domchgtype

type of domain change data (must be first structure entry!)

Definition at line 141 of file struct_var.h.

◆ boundchgs

SCIP_BOUNDCHG* SCIP_DomChgBoth::boundchgs

array with changes in bounds of variables

Definition at line 142 of file struct_var.h.

◆ holechgs

SCIP_HOLECHG* SCIP_DomChgBoth::holechgs

array with changes in hole lists

Definition at line 143 of file struct_var.h.

Referenced by SCIPdomchgApply(), and SCIPdomchgUndo().

◆ nholechgs

int SCIP_DomChgBoth::nholechgs

number of hole list changes

Definition at line 144 of file struct_var.h.

Referenced by SCIPdomchgApply(), and SCIPdomchgUndo().