Home
last modified time | relevance | path

Searched refs:onlynlps (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c100 …SCIP_Bool onlynlps; /**< should the heuristic run only on continuous problem… member
1047 if( heurdata->onlynlps && (SCIPgetNBinVars(scip) > 0 || SCIPgetNIntVars(scip) > 0) ) in SCIP_DECL_HEUREXEC()
1125 &heurdata->onlynlps, FALSE, DEFAULT_ONLYNLPS, NULL, NULL) ); in SCIPincludeHeurMultistart()