linear auxiliary expression of the form xy {≤,≥,=} coefs[0]w + coefs[1]x + coefs[2]y + cst
Definition at line 57 of file cons_nonlinear.h.
#include <cons_nonlinear.h>
Data Fields | |
SCIP_Real | coefs [3] |
SCIP_Real | cst |
SCIP_VAR * | auxvar |
SCIP_Bool | underestimate |
SCIP_Bool | overestimate |
SCIP_Real SCIP_ConsNonlinear_Auxexpr::coefs[3] |
coefficients in the auxiliary expression
Definition at line 59 of file cons_nonlinear.h.
SCIP_Real SCIP_ConsNonlinear_Auxexpr::cst |
constant
Definition at line 60 of file cons_nonlinear.h.
SCIP_VAR* SCIP_ConsNonlinear_Auxexpr::auxvar |
auxiliary variable w in xy {≤,≥,=} auxexpr(w, x, y)
Definition at line 61 of file cons_nonlinear.h.
SCIP_Bool SCIP_ConsNonlinear_Auxexpr::underestimate |
whether the auxexpr underestimates the product
Definition at line 62 of file cons_nonlinear.h.
Referenced by createSepaData().
SCIP_Bool SCIP_ConsNonlinear_Auxexpr::overestimate |
whether the auxexpr overestimates the product
Definition at line 63 of file cons_nonlinear.h.
Referenced by createSepaData().