pub unsafe extern "C" fn SCIPaddLinearVarNonlinear(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
var: *mut SCIP_VAR,
coef: f64,
) -> SCIP_RETCODEExpand description
adds coef * var to nonlinear constraint
@attention This method can only be called in the problem stage.