pub unsafe extern "C" fn SCIPgetVarLbDive(
scip: *mut SCIP,
var: *mut SCIP_VAR,
) -> f64Expand description
gets variable’s lower bound in current dive
@return the variable’s lower bound in current dive.
@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.