Function scip_sys::SCIPgetBestChild

source ·
pub unsafe extern "C" fn SCIPgetBestChild(
    scip: *mut SCIP
) -> *mut SCIP_NODE
Expand description

gets the best child of the focus node w.r.t. the node selection strategy

@return the best child of the focus node w.r.t. the node selection strategy

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