SCIPgetNPrioExternBranchImpls

Function SCIPgetNPrioExternBranchImpls 

Source
pub unsafe extern "C" fn SCIPgetNPrioExternBranchImpls(
    scip: *mut SCIP,
) -> c_int
Expand description

gets number of implicit integer external branching candidates with maximal branch priority

@return the number of implicit integer external branching candidates with maximal branch priority.

@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.