Scippy

SCIP

Solving Constraint Integer Programs

Bound Struct Reference

Detailed Description

bound data

Definition at line 82 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_VAR* Bound::var

variable

Definition at line 84 of file prop_obbt.c.

Referenced by SCIP_DECL_SORTPTRCOMP().

SCIP_Real Bound::newval

stores a probably tighter value for this bound

Definition at line 85 of file prop_obbt.c.

SCIP_BOUNDTYPE Bound::boundtype

type of bound

Definition at line 86 of file prop_obbt.c.

Referenced by SCIP_DECL_SORTPTRCOMP().

unsigned int Bound::score

score value that is used to group bounds

Definition at line 87 of file prop_obbt.c.

Referenced by SCIP_DECL_SORTPTRCOMP().

unsigned int Bound::filtered

thrown out during pre-filtering step

Definition at line 88 of file prop_obbt.c.

unsigned int Bound::found

stores whether a probably tighter value for this bound was found

Definition at line 89 of file prop_obbt.c.