SCIPgetPseudoObjval

Function SCIPgetPseudoObjval 

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

gets the pseudo objective value for the current search node; that is all variables set to their best (w.r.t. the objective function) local bound

@return the pseudo objective value for the current search node; that is all variables set to their best (w.r.t. the objective function) local bound.

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

See \ref SCIP_Stage “SCIP_STAGE” for a complete list of all possible solving stages.