Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/tests/src/nlpi/
H A Dnlpi.c254 SCIP_CALL( SCIPnlpiFreeProblem(nlpi, &nlpiprob) ); in testNlpi()
373 SCIP_CALL( SCIPnlpiFreeProblem(nlpi, &nlpiprob) ); in solveQP()
530 SCIP_CALL( SCIPnlpiFreeProblem(nlpi, &nlpiprob) ); in resolveAfterFixingVars()
/dports/math/SCIP/scip-7.0.3/examples/Relaxator/src/
H A Drelax_nlp.c170 SCIP_CALL( SCIPnlpiFreeProblem(nlpi, &nlpiprob) ); in SCIP_DECL_RELAXEXEC()
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dnlpi.h119 SCIP_RETCODE SCIPnlpiFreeProblem(
H A Dnlpi.c225 SCIP_RETCODE SCIPnlpiFreeProblem( in SCIPnlpiFreeProblem() function
H A Dnlpi_all.c202 SCIP_CALL( SCIPnlpiFreeProblem(data->nlpis[i], &(*problem)->nlpiproblems[i]) ); in SCIP_DECL_NLPIFREEPROBLEM()
/dports/math/SCIP/scip-7.0.3/tests/src/prop/
H A Dnlobbt.c247 SCIP_CALL( SCIPnlpiFreeProblem(nlpi, &nlpiprob) );
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbenderscut_feasalt.c113 SCIP_CALL( SCIPnlpiFreeProblem(benderscutdata->nlpi, &benderscutdata->nlpiprob) ); in freeNonlinearProblem()
H A Dprop_nlobbt.c132 SCIP_CALL( SCIPnlpiFreeProblem(propdata->nlpi, &propdata->nlpiprob) ); in propdataClear()
H A Dheur_mpec.c167 SCIP_CALL( SCIPnlpiFreeProblem(heurdata->nlpi, &heurdata->nlpiprob) ); in freeNLP()
H A Dsepa_convexproj.c146 SCIP_CALL( SCIPnlpiFreeProblem(sepadata->nlpi, &sepadata->nlpiprob) ); in sepadataClear()
H A Dsepa_gauge.c353 SCIP_CALL( SCIPnlpiFreeProblem(nlpi, &nlpiprob) ); in computeInteriorPoint()
H A Dnlp.c5256 SCIP_CALL( SCIPnlpiFreeProblem((*nlp)->solver, &(*nlp)->problem) ); in SCIPnlpFree()
H A Dcons_quadratic.c8444 SCIP_CALL( SCIPnlpiFreeProblem(nlpi, &prob) ); in computeInteriorPoint()