pub unsafe extern "C" fn SCIPlpiStrongbranchesInt(
    lpi: *mut SCIP_LPI,
    cols: *mut c_int,
    ncols: c_int,
    psols: *mut f64,
    itlim: c_int,
    down: *mut f64,
    up: *mut f64,
    downvalid: *mut c_uint,
    upvalid: *mut c_uint,
    iter: *mut c_int
) -> SCIP_RETCODE
Expand description

performs strong branching iterations on given candidates with @b integral values