pub unsafe extern "C" fn SCIProwAddConstant(
row: *mut SCIP_ROW,
blkmem: *mut BMS_BLKMEM,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
eventqueue: *mut SCIP_EVENTQUEUE,
lp: *mut SCIP_LP,
addval: f64,
) -> SCIP_RETCODEExpand description
add constant value to a row