SCIPincludeConshdlrFixedvar

Function SCIPincludeConshdlrFixedvar 

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

creates the fixedvar constraint handler and includes it in SCIP

@ingroup ConshdlrIncludes