SCIPincludeConshdlrConjunction

Function SCIPincludeConshdlrConjunction 

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

creates the handler for conjunction constraints and includes it in SCIP

@ingroup ConshdlrIncludes