Scippy

SCIP

Solving Constraint Integer Programs

SCIP_PendingBdchg Struct Reference

Detailed Description

bound change information for pending bound changes

Definition at line 147 of file struct_tree.h.

#include <struct_tree.h>

Data Fields

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

Field Documentation

SCIP_NODE* SCIP_PendingBdchg::node

node to add bound change to

Definition at line 149 of file struct_tree.h.

Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().

SCIP_VAR* SCIP_PendingBdchg::var

variable to change the bounds for

Definition at line 150 of file struct_tree.h.

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

SCIP_Real SCIP_PendingBdchg::newbound

new value for bound

Definition at line 151 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 152 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 153 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 154 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 155 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 156 of file struct_tree.h.

Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().