Function highs_sys::Highs_passLp[][src]

pub unsafe extern "C" fn Highs_passLp(
    highs: *mut c_void,
    numcol: c_int,
    numrow: c_int,
    numnz: c_int,
    colcost: *const f64,
    collower: *const f64,
    colupper: *const f64,
    rowlower: *const f64,
    rowupper: *const f64,
    astart: *const c_int,
    aindex: *const c_int,
    avalue: *const f64
) -> c_int