pub unsafe extern "C" fn SCIPgetDiveBoundChangeData(
scip: *mut SCIP,
variables: *mut *mut *mut SCIP_VAR,
directions: *mut *mut SCIP_BRANCHDIR,
values: *mut *mut f64,
ndivebdchgs: *mut c_int,
preferred: c_uint,
)Expand description
get the dive bound change data for the preferred or the alternative direction
@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING
See \ref SCIP_Stage “SCIP_STAGE” for a complete list of all possible solving stages.