Function SCIPincludeSepaOddcycle

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

creates the oddcycle separator and includes it in SCIP

@ingroup SeparatorIncludes