Home
last modified time | relevance | path

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

/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A DCouenneFPSolveNLP.cpp27 CouNumber CouenneFeasPump::solveNLP (const CouNumber *iSol, CouNumber *&nSol) { in solveNLP() function in CouenneFeasPump
H A DCouenneFeasPump.hpp109 virtual CouNumber solveNLP (const CouNumber *nSol, CouNumber *&iSol);
H A DCouenneFPphaseNLP.cpp611 z = solveNLP (iSol, nSol); in solution()
H A DCouenneFeasPump.cpp686 z = solveNLP (iSol, nSol); in solution()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c668 SCIP_RETCODE solveNLP( in solveNLP() function
928 …SCIP_CALL( solveNLP(scip, heur, heurdata->heursubnlp, &points[start], end - start, -1LL, timelimit, in applyHeur()