SCIPgetNPricevars

Function SCIPgetNPricevars 

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

get current number of variables in the pricing store

@return the current number of variables in the pricing store

@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