Home
last modified time | relevance | path

Searched refs:maxlpiterofs (Results 1 – 12 of 12) sorted by relevance

/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dheurlprows.set21 heuristics/coefdiving/maxlpiterofs = 1500
57 heuristics/feaspump/maxlpiterofs = 1500
73 heuristics/fracdiving/maxlpiterofs = 1500
85 heuristics/guideddiving/maxlpiterofs = 1500
109 heuristics/linesearchdiving/maxlpiterofs = 1500
133 heuristics/objpscostdiving/maxlpiterofs = 1500
149 heuristics/pscostdiving/maxlpiterofs = 1500
177 heuristics/rootsoldiving/maxlpiterofs = 1500
213 heuristics/veclendiving/maxlpiterofs = 1500
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_heur.h76 int maxlpiterofs; /**< additional number of allowed LP iterations */ member
H A Dheur_adaptivediving.c72 SCIP_Longint maxlpiterofs; /**< additional number of allowed LP iterations */ member
306 lpiterlimit += heurdata->maxlpiterofs; in getLPIterlimit()
636 … &heurdata->maxlpiterofs, FALSE, DEFAULT_MAXLPITEROFS, 0L, (SCIP_Longint)INT_MAX, NULL, NULL) ); in SCIPincludeHeurAdaptivediving()
H A Dheur_rootsoldiving.c78 int maxlpiterofs; /**< additional number of allowed LP iterations */ member
255 maxnlpiterations += heurdata->maxlpiterofs; in SCIP_DECL_HEUREXEC()
625 &heurdata->maxlpiterofs, FALSE, DEFAULT_MAXLPITEROFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurRootsoldiving()
H A Dscip_heur.c327 int maxlpiterofs, /**< additional number of allowed LP iterations */ in SCIPcreateDiveset() argument
345 … maxdiveavgquotnosol, lpresolvedomchgquot, lpsolvefreq, maxlpiterofs, initialseed, backtrack, in SCIPcreateDiveset()
H A Dheur_objpscostdiving.c82 int maxlpiterofs; /**< additional number of allowed LP iterations */ member
339 maxnlpiterations += heurdata->maxlpiterofs; in SCIP_DECL_HEUREXEC()
670 &heurdata->maxlpiterofs, FALSE, DEFAULT_MAXLPITEROFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurObjpscostdiving()
H A Dscip_heur.h224 int maxlpiterofs, /**< additional number of allowed LP iterations */
H A Dheur_intdiving.c83 int maxlpiterofs; /**< additional number of allowed LP iterations */ member
258 maxnlpiterations += heurdata->maxlpiterofs; in SCIP_DECL_HEUREXEC()
701 &heurdata->maxlpiterofs, FALSE, DEFAULT_MAXLPITEROFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurIntdiving()
H A Dheur.h61 int maxlpiterofs, /**< additional number of allowed LP iterations */
H A Dheur.c264 int maxlpiterofs, /**< additional number of allowed LP iterations */ in SCIPdivesetCreate() argument
341 &diveset->maxlpiterofs, FALSE, maxlpiterofs, 0, INT_MAX, NULL, NULL) ); in SCIPdivesetCreate()
647 return diveset->maxlpiterofs; in SCIPdivesetGetMaxLPIterOffset()
H A Dheur_feaspump.c103 int maxlpiterofs; /**< additional number of allowed LP iterations */ member
819 maxnlpiterations += heurdata->maxlpiterofs; in SCIP_DECL_HEUREXEC()
1408 &heurdata->maxlpiterofs, FALSE, DEFAULT_MAXLPITEROFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurFeaspump()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG7468 - `heuristics/coefdiving/maxlpiterofs`
7469 - `heuristics/feaspump/maxlpiterofs`
7471 - `heuristics/fracdiving/maxlpiterofs`
7472 - `heuristics/guideddiving/maxlpiterofs`
7473 - `heuristics/linesearchdiving/maxlpiterofs`
7474 - `heuristics/objfeaspump/maxlpiterofs`
7476 - `heuristics/objpscostdiving/maxlpiterofs`
7478 - `heuristics/pscostdiving/maxlpiterofs`
7479 - `heuristics/rootsoldiving/maxlpiterofs`