Scippy

SCIP

Solving Constraint Integer Programs

BilinBound Struct Reference

Detailed Description

bilinear bound data

Definition at line 147 of file prop_obbt.c.

Data Fields

SCIP_VARx
 
SCIP_VARy
 
int filtered
 
unsigned int done:1
 
int nunderest
 
int noverest
 
int index
 
SCIP_Real score
 

Field Documentation

◆ x

SCIP_VAR* BilinBound::x

first variable

Definition at line 149 of file prop_obbt.c.

Referenced by filterExistingLP().

◆ y

SCIP_VAR* BilinBound::y

second variable

Definition at line 150 of file prop_obbt.c.

Referenced by filterExistingLP().

◆ filtered

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().

◆ done

unsigned int BilinBound::done

has this bilinear term been processed already?

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

◆ noverest

int BilinBound::noverest

number of constraints that require to overestimate the bilinear term

Definition at line 154 of file prop_obbt.c.

◆ index

int BilinBound::index

index of the bilinear term in the quadratic constraint handler

Definition at line 155 of file prop_obbt.c.

◆ score

SCIP_Real BilinBound::score

score value that is used to group bilinear term bounds

Definition at line 156 of file prop_obbt.c.