Home
last modified time | relevance | path

Searched refs:addLinearConstraintsToNlp (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_subnlp.c835 SCIP_RETCODE addLinearConstraintsToNlp( in addLinearConstraintsToNlp() function
1274 SCIP_CALL( addLinearConstraintsToNlp(heurdata->subscip, FALSE, TRUE) ); in solveSubNLP()
2487 SCIP_CALL( addLinearConstraintsToNlp(scip, in SCIPaddLinearConsToNlpHeurSubNlp()
H A Dheur_dualval.c707 SCIP_RETCODE addLinearConstraintsToNlp( in addLinearConstraintsToNlp() function
2162 SCIP_CALL( addLinearConstraintsToNlp(heurdata->subscip, FALSE, TRUE, heurdata) ); in SCIPapplyHeurDualval()