Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h1007 void SCIPlpSetFeastol(
H A Dscip_lp.c436 SCIPlpSetFeastol(scip->lp, scip->set, newfeastol); in SCIPsetLPFeastol()
H A Dlp.c10225 void SCIPlpSetFeastol( in SCIPlpSetFeastol() function
10260SCIPlpSetFeastol(lp, set, MIN(SCIPsetRelaxfeastol(set), SCIPsetLPFeastolFactor(set) * SCIPsetFeast… in SCIPlpResetFeastol()
10262 SCIPlpSetFeastol(lp, set, SCIPsetLPFeastolFactor(set) * SCIPsetFeastol(set)); in SCIPlpResetFeastol()