Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dset.h1068 SCIP_Real SCIPsetLPFeastolFactor(
1587 #define SCIPsetLPFeastolFactor(set) ( (set)->num_lpfeastolfactor ) macro
H A Dset.c5696 #undef SCIPsetLPFeastolFactor
5837 SCIP_Real SCIPsetLPFeastolFactor( in SCIPsetLPFeastolFactor() function
H A Dlp.c10260 …SCIPlpSetFeastol(lp, set, MIN(SCIPsetRelaxfeastol(set), SCIPsetLPFeastolFactor(set) * SCIPsetFeast… in SCIPlpResetFeastol()
10262 SCIPlpSetFeastol(lp, set, SCIPsetLPFeastolFactor(set) * SCIPsetFeastol(set)); in SCIPlpResetFeastol()