Function scip_sys::SCIPgetNLPBranchCands
source · pub unsafe extern "C" fn SCIPgetNLPBranchCands(
scip: *mut SCIP
) -> c_intExpand description
gets number of branching candidates for LP solution branching (number of fractional variables)
@return the number of branching candidates for LP solution branching (number of fractional variables).
@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.