pub unsafe extern "C" fn SCIPgetVarsStrongbranchesInt(
scip: *mut SCIP,
vars: *mut *mut SCIP_VAR,
nvars: c_int,
itlim: c_int,
down: *mut f64,
up: *mut f64,
downvalid: *mut c_uint,
upvalid: *mut c_uint,
downinf: *mut c_uint,
upinf: *mut c_uint,
downconflict: *mut c_uint,
upconflict: *mut c_uint,
lperror: *mut c_uint,
) -> SCIP_RETCODEExpand description
gets strong branching information on column variables with integral values
@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.
@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_PRESOLVED - \ref SCIP_STAGE_SOLVING