Function SCIPincludeSepaZerohalf

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

creates the {0,1/2}-cut separator and includes it in SCIP

@ingroup SeparatorIncludes