pub unsafe extern "C" fn SCIPisVarPscostRelerrorReliable(
scip: *mut SCIP,
var: *mut SCIP_VAR,
threshold: f64,
clevel: SCIP_CONFIDENCELEVEL,
) -> c_uintExpand description
check if the current pseudo cost relative error in a direction violates the given threshold. The Relative Error is calculated at a specific confidence level
@return TRUE if relative error in variable pseudo costs is smaller than \p threshold