SCIPgetNNodesLeft

Function SCIPgetNNodesLeft 

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

gets number of nodes left in the tree (children + siblings + leaves)

@return the number of nodes left in the tree (children + siblings + leaves)

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