pub unsafe extern "C" fn SCIPcomputeBilinEnvelope2(
scip: *mut SCIP,
bilincoef: f64,
lbx: f64,
ubx: f64,
refpointx: f64,
lby: f64,
uby: f64,
refpointy: f64,
overestimate: c_uint,
xcoef1: f64,
ycoef1: f64,
constant1: f64,
xcoef2: f64,
ycoef2: f64,
constant2: f64,
lincoefx: *mut f64,
lincoefy: *mut f64,
linconstant: *mut f64,
success: *mut c_uint,
)Expand description
computes coefficients of linearization of a bilinear term in a reference point when given two linear inequalities involving only the variables of the bilinear term
@note the formulas are extracted from “Convex envelopes of bivariate functions through the solution of KKT systems” by Marco Locatelli