Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnlp.h398 SCIP_RETCODE SCIPnlpFree(
H A Dscip_solve.c1773 … SCIP_CALL( SCIPnlpFree(&scip->nlp, scip->mem->probmem, scip->set, scip->eventqueue, scip->lp) ); in freeSolve()
1873 … SCIP_CALL( SCIPnlpFree(&scip->nlp, scip->mem->probmem, scip->set, scip->eventqueue, scip->lp) ); in freeReoptSolve()
H A Dnlp.c5209 SCIP_RETCODE SCIPnlpFree( in SCIPnlpFree() function