Home
last modified time | relevance | path

Searched defs:SCIP_Multaggr (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_var.h182 struct SCIP_Multaggr struct
184 SCIP_Real constant; /**< constant shift c in multiple aggregation */
185 SCIP_Real* scalars; /**< multipliers a in multiple aggregation */
186 SCIP_VAR** vars; /**< variables y in multiple aggregation */
187 int nvars; /**< number of variables in aggregation */
188 int varssize; /**< size of vars and scalars arrays */