Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsol.h275 SCIP_RETCODE SCIPsolIncVal(
H A Dsol.c1262 SCIP_RETCODE SCIPsolIncVal( in SCIPsolIncVal() function
1306 return SCIPsolIncVal(sol, set, stat, tree, SCIPvarGetTransVar(var), incval); in SCIPsolIncVal()
1322 …return SCIPsolIncVal(sol, set, stat, tree, SCIPvarGetAggrVar(var), incval/SCIPvarGetAggrScalar(var… in SCIPsolIncVal()
1329 return SCIPsolIncVal(sol, set, stat, tree, SCIPvarGetNegationVar(var), -incval); in SCIPsolIncVal()
H A Dscip_sol.c1328 SCIP_CALL( SCIPsolIncVal(sol, scip->set, scip->stat, scip->tree, var, incval) ); in SCIPincSolVal()