SCIPincludeConshdlrExactLinear

Function SCIPincludeConshdlrExactLinear 

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

creates the handler for linear constraints and includes it in SCIP

@ingroup ConshdlrIncludes