pub unsafe extern "C" fn SCIPaddBilinMcCormick(
scip: *mut SCIP,
bilincoef: f64,
lbx: f64,
ubx: f64,
refpointx: f64,
lby: f64,
uby: f64,
refpointy: f64,
overestimate: c_uint,
lincoefx: *mut f64,
lincoefy: *mut f64,
linconstant: *mut f64,
success: *mut c_uint,
)Expand description
computes coefficients of McCormick under- or overestimation of a bilinear term