BoundPos Struct Reference
Detailed Description
struct for storing the position of avariables lower and upper bound in the boundstore
Definition at line 101 of file struct_syncstore.h.
#include <struct_syncstore.h>
Data Fields | |
int | pos [2] |
Field Documentation
◆ pos
int BoundPos::pos[2] |
stores at pos[SCIP_BOUNDTYPE_LOWER] the position of the lowerbound and at pos[SCIP_BOUNDTYPE_UPPER] the position of the upperbound
Definition at line 103 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd().