bound change information for pending bound changes
Definition at line 160 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 |
SCIP_NODE* SCIP_PendingBdchg::node |
node to add bound change to
Definition at line 162 of file struct_tree.h.
Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
SCIP_VAR* SCIP_PendingBdchg::var |
variable to change the bounds for
Definition at line 163 of file struct_tree.h.
Referenced by SCIPtreeClear(), treeAddPendingBdchg(), and treeApplyPendingBdchgs().
SCIP_Real SCIP_PendingBdchg::newbound |
new value for bound
Definition at line 164 of file struct_tree.h.
Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
SCIP_BOUNDTYPE SCIP_PendingBdchg::boundtype |
type of bound: lower or upper bound
Definition at line 165 of file struct_tree.h.
Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
SCIP_CONS* SCIP_PendingBdchg::infercons |
constraint that deduced the bound change, or NULL
Definition at line 166 of file struct_tree.h.
Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
SCIP_PROP* SCIP_PendingBdchg::inferprop |
propagator that deduced the bound change, or NULL
Definition at line 167 of file struct_tree.h.
Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
int SCIP_PendingBdchg::inferinfo |
user information for inference to help resolving the conflict
Definition at line 168 of file struct_tree.h.
Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
SCIP_Bool SCIP_PendingBdchg::probingchange |
is the bound change a temporary setting due to probing?
Definition at line 169 of file struct_tree.h.
Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().