pub unsafe extern "C" fn SCIPgetNCheckConss(scip: *mut SCIP) -> c_intExpand description
computes the number of check constraint in the current node (loop over all constraint handler and cumulates the number of check constraints)
@return returns the number of check constraints
@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_TRANSFORMED - \ref SCIP_STAGE_INITPRESOLVE - \ref SCIP_STAGE_PRESOLVING - \ref SCIP_STAGE_EXITPRESOLVE - \ref SCIP_STAGE_PRESOLVED - \ref SCIP_STAGE_INITSOLVE - \ref SCIP_STAGE_SOLVING