pub unsafe extern "C" fn SCIPaddCoefExactLinear(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
var: *mut SCIP_VAR,
val: *mut SCIP_RATIONAL,
) -> SCIP_RETCODEExpand description
adds coefficient to linear constraint (if it is not zero)
pub unsafe extern "C" fn SCIPaddCoefExactLinear(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
var: *mut SCIP_VAR,
val: *mut SCIP_RATIONAL,
) -> SCIP_RETCODEadds coefficient to linear constraint (if it is not zero)