pub unsafe extern "C" fn SCIPestimateRoot(
scip: *mut SCIP,
exponent: f64,
overestimate: c_uint,
xlb: f64,
xub: f64,
xref: f64,
constant: *mut f64,
slope: *mut f64,
islocal: *mut c_uint,
success: *mut c_uint,
)Expand description
Separation for roots with exponent in [0,1]