multiple aggregation information: x = a_1*y_1 + ... + a_k*y_k + c
Definition at line 233 of file struct_var.h.
#include <struct_var.h>
Data Fields | |
| SCIP_RATIONAL * | constant |
| SCIP_RATIONAL ** | scalars |
| SCIP_RATIONAL* SCIP_MultaggrExact::constant |
constant shift c in multiple aggregation
Definition at line 235 of file struct_var.h.
Referenced by SCIPvarCopyExactData().
| SCIP_RATIONAL** SCIP_MultaggrExact::scalars |
multipliers a in multiple aggregation
Definition at line 236 of file struct_var.h.
Referenced by SCIPvarCopyExactData().