Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_Hole Struct Reference

    Detailed Description

    hole in a domain

    Definition at line 54 of file struct_var.h.

    #include <struct_var.h>

    Data Fields

    SCIP_Real left
     
    SCIP_Real right
     

    Field Documentation

    ◆ left

    SCIP_Real SCIP_Hole::left

    left bound of open interval defining the hole (left,right)

    Definition at line 56 of file struct_var.h.

    Referenced by holelistDuplicate(), and SCIPholelistGetLeft().

    ◆ right

    SCIP_Real SCIP_Hole::right

    right bound of open interval defining the hole (left,right)

    Definition at line 57 of file struct_var.h.

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