Function SCIPlpiGetRowNames

Source
pub unsafe extern "C" fn SCIPlpiGetRowNames(
    lpi: *mut SCIP_LPI,
    firstrow: c_int,
    lastrow: c_int,
    rownames: *mut *mut c_char,
    namestorage: *mut c_char,
    namestoragesize: c_int,
    storageleft: *mut c_int,
) -> SCIP_RETCODE
Expand description

gets row names