Scippy

SCIP

Solving Constraint Integer Programs

BoundChg Struct Reference

Detailed Description

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
 

Field Documentation

◆ varidx

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().

◆ newbound

SCIP_Real BoundChg::newbound

the variables new bound

Definition at line 102 of file struct_syncstore.h.

Referenced by SCIPboundstoreAdd(), SCIPboundstoreGetChgVal(), and SCIPboundstoreMerge().

◆ boundtype

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().