pub unsafe extern "C" fn SCIPconshdlrSetNeedsCons(
conshdlr: *mut SCIP_CONSHDLR,
needscons: c_uint,
)Expand description
sets the needscons flag of constraint handler, for example to disable without constraints
pub unsafe extern "C" fn SCIPconshdlrSetNeedsCons(
conshdlr: *mut SCIP_CONSHDLR,
needscons: c_uint,
)sets the needscons flag of constraint handler, for example to disable without constraints