pub unsafe extern "C" fn SCIPaddCoefLinear( scip: *mut SCIP, cons: *mut SCIP_CONS, var: *mut SCIP_VAR, val: f64, ) -> SCIP_RETCODE
adds coefficient to linear constraint (if it is not zero)