pub unsafe extern "C" fn SCIPcalcChildEstimateIncrease(
scip: *mut SCIP,
var: *mut SCIP_VAR,
varsol: f64,
targetvalue: f64,
) -> f64Expand description
calculates the increase of the estimate for the objective of the best feasible solution contained in the subtree after applying the given branching
@return the increase of the estimate for the objective of the best feasible solution contained in the subtree after applying the given branching.
@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.