pub unsafe extern "C" fn SCIPconshdlrMarkExact(
conshdlr: *mut SCIP_CONSHDLR,
)Expand description
marks the constraint handler as safe to use in exact solving mode
@note Constraint handlers that are not marked as exact are skipped during exact solving mode.