SCIProwExactChgCoef

Function SCIProwExactChgCoef 

Source
pub unsafe extern "C" fn SCIProwExactChgCoef(
    row: *mut SCIP_ROWEXACT,
    blkmem: *mut BMS_BLKMEM,
    set: *mut SCIP_SET,
    eventqueue: *mut SCIP_EVENTQUEUE,
    lpexact: *mut SCIP_LPEXACT,
    col: *mut SCIP_COLEXACT,
    val: *mut SCIP_RATIONAL,
) -> SCIP_RETCODE
Expand description

changes or adds a coefficient to an LP row