bilinear bound data
Definition at line 147 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 |
| SCIP_VAR* BilinBound::x |
| SCIP_VAR* BilinBound::y |
| int BilinBound::filtered |
corners that could be thrown out during pre-filtering step
Definition at line 151 of file prop_obbt.c.
Referenced by filterExistingLP().
| unsigned int BilinBound::done |
has this bilinear term been processed already?
Definition at line 152 of file prop_obbt.c.
Referenced by filterExistingLP().
| int BilinBound::nunderest |
number of constraints that require to underestimate the bilinear term
Definition at line 153 of file prop_obbt.c.
| int BilinBound::noverest |
number of constraints that require to overestimate the bilinear term
Definition at line 154 of file prop_obbt.c.
| int BilinBound::index |
index of the bilinear term in the quadratic constraint handler
Definition at line 155 of file prop_obbt.c.
| SCIP_Real BilinBound::score |
score value that is used to group bilinear term bounds
Definition at line 156 of file prop_obbt.c.