Function SCIPgetEffectiveRootDepth

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

gets the effective root depth, i.e., the depth of the deepest node which is part of all paths from the root node to the unprocessed nodes.

@return effective root depth

@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING