exact aggregation information: x = a*y + c
Definition at line 216 of file struct_var.h.
#include <struct_var.h>
Data Fields | |
| SCIP_RATIONAL * | scalar |
| SCIP_RATIONAL * | constant |
| SCIP_RATIONAL* SCIP_AggregateExact::scalar |
multiplier a in aggregation
Definition at line 218 of file struct_var.h.
Referenced by SCIPcertifyActivityVarBoundExact(), SCIPvarCopyExactData(), SCIPvarGetOrigvarSumExact(), varProcessChgLbGlobalExact(), varProcessChgLbLocalExact(), varProcessChgUbGlobalExact(), and varProcessChgUbLocalExact().
| SCIP_RATIONAL* SCIP_AggregateExact::constant |
constant shift c in aggregation
Definition at line 219 of file struct_var.h.
Referenced by SCIPcertifyActivityVarBoundExact(), SCIPvarCopyExactData(), SCIPvarGetOrigvarSumExact(), varProcessChgLbGlobalExact(), varProcessChgLbLocalExact(), varProcessChgUbGlobalExact(), and varProcessChgUbLocalExact().