Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_simplerounding.c271 val = SCIPgetRelaxSolVal(scip, vars[v]); in performRelaxSimpleRounding()
295 val = SCIPgetRelaxSolVal(scip, vars[v]); in performRelaxSimpleRounding()
H A Dscip_var.h1127 SCIP_Real SCIPgetRelaxSolVal(
H A Dscip_var.c2600 SCIP_Real SCIPgetRelaxSolVal( in SCIPgetRelaxSolVal() function