CPXchgcoef

Function CPXchgcoef 

Source
pub unsafe extern "C" fn CPXchgcoef(
    env: CPXCENVptr,
    lp: CPXLPptr,
    i: c_int,
    j: c_int,
    newvalue: f64,
) -> c_int