Function scip_sys::SCIPcreateConsSuperindicator
source · pub unsafe extern "C" fn SCIPcreateConsSuperindicator(
scip: *mut SCIP,
cons: *mut *mut SCIP_CONS,
name: *const c_char,
binvar: *mut SCIP_VAR,
slackcons: *mut SCIP_CONS,
initial: c_uint,
separate: c_uint,
enforce: c_uint,
check: c_uint,
propagate: c_uint,
local: c_uint,
dynamic: c_uint,
removable: c_uint,
stickingatnode: c_uint
) -> SCIP_RETCODEExpand description
creates and captures a superindicator constraint
@note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()