SCIPapplyHeurSubNlp

Function SCIPapplyHeurSubNlp 

Source
pub unsafe extern "C" fn SCIPapplyHeurSubNlp(
    scip: *mut SCIP,
    heur: *mut SCIP_HEUR,
    result: *mut SCIP_RESULT,
    refpoint: *mut SCIP_SOL,
    resultsol: *mut SCIP_SOL,
) -> SCIP_RETCODE
Expand description

main procedure of the subNLP heuristic