pub unsafe extern "C" fn SCIPgetBranchScoreMultiple(
scip: *mut SCIP,
var: *mut SCIP_VAR,
nchildren: c_int,
gains: *mut f64,
) -> f64Expand description
calculates the branching score out of the gain predictions for a branching with arbitrary many children
@return the branching score out of the gain predictions for a branching with arbitrary many children.
@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.