pub unsafe extern "C" fn SCIPscaleRowprep(
rowprep: *mut SCIP_ROWPREP,
factor: f64,
) -> c_intExpand description
scales a rowprep by given factor (after some rounding)
@return Exponent of actually applied scaling factor, if written as \f$2^x\f$.