Function highs_sys::Highs_scaleRow

source ·
pub unsafe extern "C" fn Highs_scaleRow(
    highs: *mut c_void,
    row: HighsInt,
    scaleval: f64
) -> HighsInt
Expand description

Scale a row by a constant.

@param highs A pointer to the Highs instance. @param row The index of the row to scale. @param scaleval The value by which to scale the row. If scaleval < 0, the row bounds are flipped.

@returns A kHighsStatus constant indicating whether the call succeeded.