Scippy

SCIP

Solving Constraint Integer Programs

BoundGroup Struct Reference

Detailed Description

bound group

Definition at line 94 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 96 of file prop_obbt.c.

int BoundGroup::nbounds

number of bounds in this group

Definition at line 97 of file prop_obbt.c.