pub unsafe extern "C" fn SCIPgetRelaxSolVal(
scip: *mut SCIP,
var: *mut SCIP_VAR,
) -> f64Expand description
gets the relaxation solution value of the given variable
@return the relaxation solution value of the given variable
@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_PRESOLVED - \ref SCIP_STAGE_SOLVING