SCIPlpiScaleRow

Function SCIPlpiScaleRow 

Source
pub unsafe extern "C" fn SCIPlpiScaleRow(
    lpi: *mut SCIP_LPI,
    row: c_int,
    scaleval: f64,
) -> SCIP_RETCODE
Expand description

multiplies a row with a non-zero scalar; for negative scalars, the row’s sense is switched accordingly