struct for storing a single boundchange in the boundstore
Definition at line 99 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 101 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgVaridx(), and SCIPboundstoreMerge().
SCIP_Real BoundChg::newbound |
the variables new bound
Definition at line 102 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgVal(), and SCIPboundstoreMerge().
SCIP_BOUNDTYPE BoundChg::boundtype |
the type of the variables new bound
Definition at line 103 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgType(), and SCIPboundstoreMerge().