pub unsafe extern "C" fn SCIPgetBranchingPoint(
scip: *mut SCIP,
var: *mut SCIP_VAR,
suggestion: f64,
) -> f64Expand description
computes a branching point for a continuous or discrete variable
@see SCIPbranchGetBranchingPoint
@return the branching point for a continuous or discrete variable.
@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.