Home
last modified time | relevance | path

Searched refs:lpsolvefreq (Results 1 – 7 of 7) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_heur.h75 int lpsolvefreq; /**< LP solve frequency for diving heuristics */ member
H A Dheuristics.c261 int lpsolvefreq; in SCIPperformGenericDivingAlgorithm() local
375 lpsolvefreq = SCIPdivesetGetLPSolveFreq(diveset); in SCIPperformGenericDivingAlgorithm()
376 previouscandssize = MAX(1, lpsolvefreq); in SCIPperformGenericDivingAlgorithm()
684 … && ((lpsolvefreq > 0 && ((SCIPgetProbingDepth(scip) - lastlpdepth) % lpsolvefreq) == 0) in SCIPperformGenericDivingAlgorithm()
H A Dscip_heur.c326 …int lpsolvefreq, /**< LP solve frequency for (0: only if enough domain re… in SCIPcreateDiveset() argument
345 … maxdiveavgquotnosol, lpresolvedomchgquot, lpsolvefreq, maxlpiterofs, initialseed, backtrack, in SCIPcreateDiveset()
H A Dscip_heur.h223 …int lpsolvefreq, /**< LP solve frequency for (0: only if enough domain re…
H A Dheur.h60 …int lpsolvefreq, /**< LP solve frequency for (0: only if enough domain re…
H A Dheur.c263 …int lpsolvefreq, /**< LP solve frequency for (0: only if enough domain re… in SCIPdivesetCreate() argument
382 &diveset->lpsolvefreq, FALSE, lpsolvefreq, 0, INT_MAX, in SCIPdivesetCreate()
696 return diveset->lpsolvefreq; in SCIPdivesetGetLPSolveFreq()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG2217 …- fixed a bug in dive.c that occurred when lpsolvefreq was set to 1; after a cutoff, the solution …
2582 - `heuristics/*diving/lpsolvefreq` to determine the frequency for resolving LP's during the executi…