Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_Holelist Struct Reference

    Detailed Description

    list of domain holes

    Definition at line 61 of file struct_var.h.

    #include <struct_var.h>

    Data Fields

    SCIP_HOLE hole
     
    SCIP_HOLELISTnext
     

    Field Documentation

    ◆ hole

    SCIP_HOLE SCIP_Holelist::hole

    this hole

    Definition at line 63 of file struct_var.h.

    Referenced by domMerge(), holelistDuplicate(), SCIPholelistGetLeft(), and SCIPholelistGetRight().

    ◆ next

    SCIP_HOLELIST* SCIP_Holelist::next

    next hole in list

    Definition at line 64 of file struct_var.h.

    Referenced by domAddHole(), domMerge(), holelistDuplicate(), holelistFree(), and SCIPholelistGetNext().