Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_PendingBdchg Struct Reference

    Detailed Description

    bound change information for pending bound changes

    Definition at line 172 of file struct_tree.h.

    #include <struct_tree.h>

    Data Fields

    SCIP_NODEnode
     
    SCIP_VARvar
     
    SCIP_Real newbound
     
    SCIP_RATIONALnewboundexact
     
    SCIP_BOUNDTYPE boundtype
     
    SCIP_CONSinfercons
     
    SCIP_PROPinferprop
     
    int inferinfo
     
    SCIP_Bool probingchange
     

    Field Documentation

    ◆ node

    SCIP_NODE* SCIP_PendingBdchg::node

    node to add bound change to

    Definition at line 174 of file struct_tree.h.

    Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().

    ◆ var

    SCIP_VAR* SCIP_PendingBdchg::var

    variable to change the bounds for

    Definition at line 175 of file struct_tree.h.

    Referenced by SCIPtreeClear(), treeAddPendingBdchg(), and treeApplyPendingBdchgs().

    ◆ newbound

    SCIP_Real SCIP_PendingBdchg::newbound

    new value for bound

    Definition at line 176 of file struct_tree.h.

    Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().

    ◆ newboundexact

    SCIP_RATIONAL* SCIP_PendingBdchg::newboundexact

    new value for exact bound, or NULL if not needed

    Definition at line 177 of file struct_tree.h.

    Referenced by treeAddPendingBdchg().

    ◆ boundtype

    SCIP_BOUNDTYPE SCIP_PendingBdchg::boundtype

    type of bound: lower or upper bound

    Definition at line 178 of file struct_tree.h.

    Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().

    ◆ infercons

    SCIP_CONS* SCIP_PendingBdchg::infercons

    constraint that deduced the bound change, or NULL

    Definition at line 179 of file struct_tree.h.

    Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().

    ◆ inferprop

    SCIP_PROP* SCIP_PendingBdchg::inferprop

    propagator that deduced the bound change, or NULL

    Definition at line 180 of file struct_tree.h.

    Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().

    ◆ inferinfo

    int SCIP_PendingBdchg::inferinfo

    user information for inference to help resolving the conflict

    Definition at line 181 of file struct_tree.h.

    Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().

    ◆ probingchange

    SCIP_Bool SCIP_PendingBdchg::probingchange

    is the bound change a temporary setting due to probing?

    Definition at line 182 of file struct_tree.h.

    Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().