Definition at line 115 of file struct_syncstore.h.
#include <struct_syncstore.h>
Data Fields | |
int | nvars |
BoundPos * | bndpos |
BoundChg * | bndchg |
int | nbndchg |
int | bndchgsize |
int SCIP_BoundStore::nvars |
the number of variables to store bounds for
Definition at line 117 of file struct_syncstore.h.
Referenced by SCIPboundstoreClear().
BoundPos* SCIP_BoundStore::bndpos |
array of size nvars to store the positions for all the bound changes stored in this boundstore
Definition at line 118 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), and SCIPboundstoreClear().
BoundChg* SCIP_BoundStore::bndchg |
array of boundchanges
Definition at line 120 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgType(), SCIPboundstoreGetChgVal(), and SCIPboundstoreGetChgVaridx().
int SCIP_BoundStore::nbndchg |
the number of boundchanges stored in this bound store
Definition at line 121 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), SCIPboundstoreClear(), and SCIPboundstoreGetNChgs().
int SCIP_BoundStore::bndchgsize |
the size of the bound change array
Definition at line 122 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd().