SCIPapplyRens

Function SCIPapplyRens 

Source
pub unsafe extern "C" fn SCIPapplyRens(
    scip: *mut SCIP,
    heur: *mut SCIP_HEUR,
    result: *mut SCIP_RESULT,
    minfixingrate: f64,
    minimprove: f64,
    maxnodes: c_longlong,
    nstallnodes: c_longlong,
    startsol: c_char,
    binarybounds: c_uint,
    uselprows: c_uint,
) -> SCIP_RETCODE
Expand description

main procedure of the RNS heuristic, creates and solves a sub-SCIP