Detailed Description
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 |
Field Documentation
◆ nvars
int SCIP_BoundStore::nvars |
the number of variables to store bounds for
Definition at line 117 of file struct_syncstore.h.
Referenced by SCIPboundstoreClear().
◆ bndpos
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().
◆ bndchg
BoundChg* SCIP_BoundStore::bndchg |
array of boundchanges
Definition at line 120 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgType(), SCIPboundstoreGetChgVal(), SCIPboundstoreGetChgVaridx(), and SCIPboundstoreMerge().
◆ nbndchg
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(), SCIPboundstoreGetNChgs(), and SCIPboundstoreMerge().
◆ bndchgsize
int SCIP_BoundStore::bndchgsize |
the size of the bound change array
Definition at line 122 of file struct_syncstore.h.
Referenced by SCIPboundstoreAdd().