Function scip_sys::SCIPcreateConsOrbitope
source · pub unsafe extern "C" fn SCIPcreateConsOrbitope(
scip: *mut SCIP,
cons: *mut *mut SCIP_CONS,
name: *const c_char,
vars: *mut *mut *mut SCIP_VAR,
orbitopetype: SCIP_ORBITOPETYPE,
nspcons: c_int,
nblocks: c_int,
usedynamicprop: c_uint,
mayinteract: c_uint,
resolveprop: c_uint,
ismodelcons: c_uint,
initial: c_uint,
separate: c_uint,
enforce: c_uint,
check: c_uint,
propagate: c_uint,
local: c_uint,
modifiable: c_uint,
dynamic: c_uint,
removable: c_uint,
stickingatnode: c_uint
) -> SCIP_RETCODEExpand description
creates and captures a orbitope constraint
@note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()