Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_HoleChg Struct Reference

    Detailed Description

    change in a hole list

    Definition at line 68 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 70 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 71 of file struct_var.h.

    Referenced by SCIPdomchgAddHolechg(), and SCIPdomchgApply().

    ◆ oldlist

    SCIP_HOLELIST* SCIP_HoleChg::oldlist

    old value of list pointer

    Definition at line 72 of file struct_var.h.

    Referenced by SCIPdomchgAddHolechg(), and SCIPdomchgUndo().