struct for storing a single boundchange in the boundstore
Definition at line 108 of file struct_syncstore.h.
#include <struct_syncstore.h>
Data Fields | |
int | varidx |
SCIP_Real | newbound |
SCIP_BOUNDTYPE | boundtype |
int BoundChg::varidx |
the variables position in the variable array of the main scip
Definition at line 110 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), and SCIPboundstoreGetChgVaridx().
SCIP_Real BoundChg::newbound |
the variables new bound
Definition at line 111 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), and SCIPboundstoreGetChgVal().
SCIP_BOUNDTYPE BoundChg::boundtype |
the type of the variables new bound
Definition at line 112 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), and SCIPboundstoreGetChgType().