Function SCIPconshdlrSetEnforelax

Source
pub unsafe extern "C" fn SCIPconshdlrSetEnforelax(
    conshdlr: *mut SCIP_CONSHDLR,
    consenforelax: Option<unsafe extern "C" fn(scip: *mut SCIP, sol: *mut SCIP_SOL, conshdlr: *mut SCIP_CONSHDLR, conss: *mut *mut SCIP_CONS, nconss: c_int, nusefulconss: c_int, solinfeasible: c_uint, result: *mut SCIP_RESULT) -> SCIP_RETCODE>,
)
Expand description

sets the relaxation enforcement method of the constraint handler