Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_nlpdiving.c112 …int maxnlpiterrel; /**< additional allowed number of NLP iterations relativ… member
1741 maxnnlpiterations += (int)((1.0 + 10.0*(nsolsfound+1.0)/(ncalls+1.0)) * heurdata->maxnlpiterrel); in SCIP_DECL_HEUREXEC()
2770 &heurdata->maxnlpiterrel, FALSE, DEFAULT_MAXNLPITERREL, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurNlpdiving()