Definition at line 106 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 108 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 109 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), and SCIPboundstoreClear().
BoundChg* SCIP_BoundStore::bndchg |
array of boundchanges
Definition at line 111 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgType(), SCIPboundstoreGetChgVal(), SCIPboundstoreGetChgVaridx(), and SCIPboundstoreMerge().
int SCIP_BoundStore::nbndchg |
the number of boundchanges stored in this bound store
Definition at line 112 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), SCIPboundstoreClear(), SCIPboundstoreGetNChgs(), and SCIPboundstoreMerge().
int SCIP_BoundStore::bndchgsize |
the size of the bound change array
Definition at line 113 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd().