SCIPincludeSepaIntobj

Function SCIPincludeSepaIntobj 

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

creates the integer objective value separator and includes it in SCIP

@ingroup SeparatorIncludes