Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnlp.h342 SCIP_RETCODE SCIPnlrowGetSolActivity(
H A Dscip_nlp.c1949 SCIP_CALL( SCIPnlrowGetSolActivity(nlrow, scip->set, scip->stat, sol, activity) ); in SCIPgetNlRowSolActivity()
H A Dnlp.c3080 SCIP_RETCODE SCIPnlrowGetSolActivity( in SCIPnlrowGetSolActivity() function
3178 SCIP_CALL( SCIPnlrowGetSolActivity(nlrow, set, stat, sol, &activity) ); in SCIPnlrowGetSolFeasibility()