Detailed Description
bound change information for pending bound changes
Definition at line 171 of file struct_tree.h.
#include <struct_tree.h>
Data Fields | |
SCIP_NODE * | node |
SCIP_VAR * | var |
SCIP_Real | newbound |
SCIP_BOUNDTYPE | boundtype |
SCIP_CONS * | infercons |
SCIP_PROP * | inferprop |
int | inferinfo |
SCIP_Bool | probingchange |
Field Documentation
◆ node
SCIP_NODE* SCIP_PendingBdchg::node |
node to add bound change to
Definition at line 173 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 174 of file struct_tree.h.
Referenced by SCIPtreeClear(), treeAddPendingBdchg(), and treeApplyPendingBdchgs().
◆ newbound
SCIP_Real SCIP_PendingBdchg::newbound |
new value for bound
Definition at line 175 of file struct_tree.h.
Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
◆ boundtype
SCIP_BOUNDTYPE SCIP_PendingBdchg::boundtype |
type of bound: lower or upper bound
Definition at line 176 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 177 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 178 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 179 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 180 of file struct_tree.h.
Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().