Scippy

SCIP

Solving Constraint Integer Programs

Bound Struct Reference

Detailed Description

bound data

Definition at line 75 of file prop_obbt.c.

Data Fields

SCIP_VARvar
 
SCIP_Real newval
 
SCIP_BOUNDTYPE boundtype
 
unsigned int score
 
unsigned int filtered:1
 
unsigned int found:1
 

Field Documentation

SCIP_Real Bound::newval

stores a probably tighter value for this bound

Definition at line 78 of file prop_obbt.c.

Referenced by applyBoundChgs(), and findNewBounds().

SCIP_BOUNDTYPE Bound::boundtype
unsigned int Bound::score

score value that is used to group bounds

Definition at line 80 of file prop_obbt.c.

Referenced by SCIP_DECL_SORTPTRCOMP().

unsigned int Bound::filtered

thrown out during pre-filtering step

Definition at line 81 of file prop_obbt.c.

Referenced by filterExistingLP(), filterRound(), and findNewBounds().

unsigned int Bound::found

stores whether a probably tighter value for this bound was found

Definition at line 82 of file prop_obbt.c.

Referenced by applyBoundChgs(), and findNewBounds().