Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_nlp.c727 return SCIPnlpHasSolution(scip->nlp); in SCIPhasNLPSolution()
1859 if( scip->nlp != NULL && SCIPnlpHasCurrentNodeNLP(scip->nlp) && SCIPnlpHasSolution(scip->nlp) ) in SCIPrecalcNlRowActivity()
1888 if( scip->nlp != NULL && SCIPnlpHasCurrentNodeNLP(scip->nlp) && SCIPnlpHasSolution(scip->nlp) ) in SCIPgetNlRowActivity()
1917 if( scip->nlp != NULL && SCIPnlpHasCurrentNodeNLP(scip->nlp) && SCIPnlpHasSolution(scip->nlp) ) in SCIPgetNlRowFeasibility()
1951 …else if( scip->nlp != NULL && SCIPnlpHasCurrentNodeNLP(scip->nlp) && SCIPnlpHasSolution(scip->nlp)… in SCIPgetNlRowSolActivity()
1985 …else if( scip->nlp != NULL && SCIPnlpHasCurrentNodeNLP(scip->nlp) && SCIPnlpHasSolution(scip->nlp)… in SCIPgetNlRowSolFeasibility()
H A Dnlp.h701 SCIP_Bool SCIPnlpHasSolution(
H A Dscip_sol.c405 if( !SCIPnlpHasSolution(scip->nlp) ) in SCIPcreateNLPSol()
H A Dnlp.c4864 assert(SCIPnlpHasSolution(nlp)); in nlpCalcFracVars()
6045 SCIP_Bool SCIPnlpHasSolution( in SCIPnlpHasSolution() function