SCIPaddCoefLinear

Function SCIPaddCoefLinear 

Source
pub unsafe extern "C" fn SCIPaddCoefLinear(
    scip: *mut SCIP,
    cons: *mut SCIP_CONS,
    var: *mut SCIP_VAR,
    val: f64,
) -> SCIP_RETCODE
Expand description

adds coefficient to linear constraint (if it is not zero)