Detailed Description
bilinear bound data
Definition at line 173 of file prop_obbt.c.
Data Fields | |
SCIP_VAR * | x |
SCIP_VAR * | y |
int | filtered |
unsigned int | done:1 |
int | nunderest |
int | noverest |
int | index |
SCIP_Real | score |
Field Documentation
◆ x
SCIP_VAR* BilinBound::x |
◆ y
SCIP_VAR* BilinBound::y |
◆ filtered
int BilinBound::filtered |
corners that could be thrown out during pre-filtering step
Definition at line 177 of file prop_obbt.c.
Referenced by filterExistingLP().
◆ done
unsigned int BilinBound::done |
has this bilinear term been processed already?
Definition at line 178 of file prop_obbt.c.
Referenced by filterExistingLP().
◆ nunderest
int BilinBound::nunderest |
number of constraints that require to underestimate the bilinear term
Definition at line 179 of file prop_obbt.c.
◆ noverest
int BilinBound::noverest |
number of constraints that require to overestimate the bilinear term
Definition at line 180 of file prop_obbt.c.
◆ index
int BilinBound::index |
index of the bilinear term in the quadratic constraint handler
Definition at line 181 of file prop_obbt.c.
◆ score
SCIP_Real BilinBound::score |
score value that is used to group bilinear term bounds
Definition at line 182 of file prop_obbt.c.