pub unsafe extern "C" fn SCIPincludeConshdlrXor(
    scip: *mut SCIP
) -> SCIP_RETCODE
Expand description

creates the handler for xor constraints and includes it in SCIP

@ingroup ConshdlrIncludes