pub unsafe extern "C" fn SCIPgenVBoundAdd(
scip: *mut SCIP,
genvboundprop: *mut SCIP_PROP,
vars: *mut *mut SCIP_VAR,
var: *mut SCIP_VAR,
coefs: *mut f64,
ncoefs: c_int,
coefcutoffbound: f64,
constant: f64,
boundtype: SCIP_BOUNDTYPE,
) -> SCIP_RETCODEExpand description
adds a generalized variable bound to the genvbounds propagator; if there is already a genvbound for the bound “boundtype” of variable “var”, it will be replaced