Scippy

SCIP

Solving Constraint Integer Programs

BoundGroup Struct Reference

Detailed Description

bound group

Definition at line 87 of file prop_obbt.c.

Data Fields

int firstbdindex
 
int nbounds
 

Field Documentation

int BoundGroup::firstbdindex

index of the first bound of this group in propdata->bounds array

Definition at line 89 of file prop_obbt.c.

Referenced by createGroups(), and findNewBounds().

int BoundGroup::nbounds

number of bounds in this group

Definition at line 90 of file prop_obbt.c.

Referenced by createGroups(), and findNewBounds().