Home
last modified time | relevance | path

Searched refs:lpresolvedomchgquot (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_heur.h74 …SCIP_Real lpresolvedomchgquot;/**< percentage of immediate domain changes during probi… member
H A Dscip_heur.c325 …SCIP_Real lpresolvedomchgquot,/**< percentage of immediate domain changes during probi… in SCIPcreateDiveset() argument
345 … maxdiveavgquotnosol, lpresolvedomchgquot, lpsolvefreq, maxlpiterofs, initialseed, backtrack, in SCIPcreateDiveset()
H A Dscip_heur.h222 …SCIP_Real lpresolvedomchgquot,/**< percentage of immediate domain changes during probi…
H A Dheur.h59 …SCIP_Real lpresolvedomchgquot,/**< percentage of immediate domain changes during probi…
H A Dheur.c262 …SCIP_Real lpresolvedomchgquot,/**< percentage of immediate domain changes during probi… in SCIPdivesetCreate() argument
376 … &diveset->lpresolvedomchgquot, FALSE, lpresolvedomchgquot, 0.0, SCIP_REAL_MAX, NULL, NULL) ); in SCIPdivesetCreate()
717 return diveset->lpresolvedomchgquot; in SCIPdivesetGetLPResolveDomChgQuot()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG2580 - `heuristics/*diving/lpresolvedomchgquot` to determine the percentage of changed domains since pre…