Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c682 SCIP_RESULT nlpresult; in solveNLP() local
741 …SCIP_CALL( SCIPapplyHeurSubNlp(scip, nlpheur, &nlpresult, refpoint, itercontingent, timelimit, min… in solveNLP()
746 *success = nlpresult == SCIP_FOUNDSOL; in solveNLP()
H A Dheur_undercover.c2999 SCIP_RESULT nlpresult; in SCIPapplyUndercover() local
3001 …SCIP_CALL( SCIPapplyHeurSubNlp(scip, heurdata->nlpheur, &nlpresult, sol, -1LL, timelimit, heurdata… in SCIPapplyUndercover()
3002 … SCIPdebugMsg(scip, "NLP local search %s\n", nlpresult == SCIP_FOUNDSOL ? "successful" : "failed"); in SCIPapplyUndercover()
3004 if( nlpresult == SCIP_FOUNDSOL ) in SCIPapplyUndercover()