SCIP Doxygen Documentation
Loading...
Searching...
No Matches
BoundPos Struct Reference

Detailed Description

struct for storing the position of variables lower and upper bound in the boundstore

Definition at line 102 of file struct_syncstore.h.

#include <struct_syncstore.h>

Data Fields

int pos [2]

Field Documentation

◆ pos

int BoundPos::pos[2]

stores at pos[SCIP_BOUNDTYPE_LOWER] the position of the lowerbound and at pos[SCIP_BOUNDTYPE_UPPER] the position of the upperbound

Definition at line 104 of file struct_syncstore.h.

Referenced by SCIPboundstoreAdd().