SCIPaddCoefExactLinear

Function SCIPaddCoefExactLinear 

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

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