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

includes the lp file reader into SCIP

@ingroup FileReaderIncludes