SCIPscaleRowprep

Function SCIPscaleRowprep 

Source
pub unsafe extern "C" fn SCIPscaleRowprep(
    rowprep: *mut SCIP_ROWPREP,
    factor: f64,
) -> c_int
Expand description

scales a rowprep by given factor (after some rounding)

@return Exponent of actually applied scaling factor, if written as \f$2^x\f$.