Scippy

SCIP

Solving Constraint Integer Programs

SCIP_HoleChg Struct Reference

Detailed Description

change in a hole list

Definition at line 56 of file struct_var.h.

#include <struct_var.h>

Data Fields

SCIP_HOLELIST ** ptr
 
SCIP_HOLELISTnewlist
 
SCIP_HOLELISToldlist
 

Field Documentation

◆ ptr

SCIP_HOLELIST** SCIP_HoleChg::ptr

changed list pointer

Definition at line 58 of file struct_var.h.

Referenced by SCIPdomchgAddHolechg(), SCIPdomchgApply(), and SCIPdomchgUndo().

◆ newlist

SCIP_HOLELIST* SCIP_HoleChg::newlist

new value of list pointer

Definition at line 59 of file struct_var.h.

Referenced by SCIPdomchgAddHolechg(), and SCIPdomchgApply().

◆ oldlist

SCIP_HOLELIST* SCIP_HoleChg::oldlist

old value of list pointer

Definition at line 60 of file struct_var.h.

Referenced by SCIPdomchgAddHolechg(), and SCIPdomchgUndo().