CPXgetweight

Function CPXgetweight 

Source
pub unsafe extern "C" fn CPXgetweight(
    env: CPXCENVptr,
    lp: CPXCLPptr,
    rcnt: c_int,
    rmatbeg: *const c_int,
    rmatind: *const c_int,
    rmatval: *const f64,
    weight: *mut f64,
    dpriind: c_int,
) -> c_int