Scippy

SCIP

Solving Constraint Integer Programs

EcAggr Struct Reference

Detailed Description

data to store a single edge-concave aggregations; an edge-concave aggregation of a quadratic constraint is a subset of nonconvex bilinear terms

Definition at line 84 of file sepa_eccuts.c.

Data Fields

SCIP_VAR ** vars
 
int nvars
 
SCIP_Realtermcoefs
 
int * termvars1
 
int * termvars2
 
int nterms
 

Field Documentation

SCIP_VAR** EcAggr::vars
int EcAggr::nvars
SCIP_Real* EcAggr::termcoefs

coefficients of bilinear terms

Definition at line 89 of file sepa_eccuts.c.

Referenced by ecaggrAddBilinTerm(), and evalCorner().

int* EcAggr::termvars1

index of the first variable of each bilinear term

Definition at line 90 of file sepa_eccuts.c.

Referenced by ecaggrAddBilinTerm(), and evalCorner().

int* EcAggr::termvars2

index of the second variable of each bilinear term

Definition at line 91 of file sepa_eccuts.c.

Referenced by ecaggrAddBilinTerm(), and evalCorner().

int EcAggr::nterms

number of bilinear terms in the aggregation

Definition at line 92 of file sepa_eccuts.c.

Referenced by ecaggrAddBilinTerm(), and evalCorner().