Home
last modified time | relevance | path

Searched refs:nodelimit (Results 1 – 25 of 63) sorted by relevance

123

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_lpface.c391 SCIP_Longint nodelimit; in calcNodeLimit() local
397 nodelimit -= 100 * SCIPheurGetNCalls(heur); in calcNodeLimit()
400 nodelimit += heurdata->nodesofs; in calcNodeLimit()
403 nodelimit -= heurdata->usednodes; in calcNodeLimit()
406 nodelimit = MIN(nodelimit, heurdata->maxnodes); in calcNodeLimit()
412 return nodelimit; in calcNodeLimit()
427 SCIP_Longint nodelimit; in setSubscipLimits() local
458 assert(nodelimit > SCIPgetNNodes(subscip)); in setSubscipLimits()
461 heurdata->nodelimit = nodelimit; in setSubscipLimits()
616 SCIP_Longint nodelimit; in subscipGetInfo() local
[all …]
H A Dnodesel_uct.c95 …int nodelimit; /**< limit of node selections after which UCT node selec… member
341 assert(nodeseldata->nodelimit >= SCIPgetNNodes(scip)); in ensureMemorySize()
344 …if( nodeseldata->sizenodevisits < 2 * nodeseldata->nodelimit && nodeseldata->sizenodevisits < (int… in ensureMemorySize()
347 newcapacity = MIN(2 * nodeseldata->sizenodevisits, 2 * nodeseldata->nodelimit); in ensureMemorySize()
462 if( nodeseldata->nodelimit < SCIPgetNNodes(scip) ) in SCIP_DECL_NODESELSELECT()
493 if( nodeseldata->nselections == nodeseldata->nodelimit ) in SCIP_DECL_NODESELSELECT()
563 &nodeseldata->nodelimit, TRUE, DEFAULT_NODELIMIT, 0, MAXNODELIMIT, NULL, NULL) ); in SCIPincludeNodeselUct()
H A Dsepa_rapidlearning.c175 SCIP_Longint nodelimit; /* node limit for the subproblem */ in setupAndSolveSubscipRapidlearning() local
303 nodelimit = SCIPgetNLPIterations(scip) / (SCIPgetNLPs(scip) + 1); in setupAndSolveSubscipRapidlearning()
304 nodelimit = MAX(sepadata->minnodes, nodelimit); in setupAndSolveSubscipRapidlearning()
305 nodelimit = MIN(sepadata->maxnodes, nodelimit); in setupAndSolveSubscipRapidlearning()
328 SCIP_CALL( SCIPsetLongintParam(subscip, "limits/nodes", nodelimit/5) ); in setupAndSolveSubscipRapidlearning()
416 SCIP_CALL( SCIPsetLongintParam(subscip, "limits/nodes", nodelimit) ); in setupAndSolveSubscipRapidlearning()
H A Dcons_components.c658 SCIP_Longint nodelimit, /**< node limit */ in solveSubscip() argument
1003 SCIP_Longint nodelimit; in solveComponent() local
1106 nodelimit = 1LL; in solveComponent()
1119 nodelimit = 2 * lastnnodes; in solveComponent()
1120 nodelimit = MAX(nodelimit, 10LL); in solveComponent()
1125 nodelimit = MIN(nodelimit, mainnodelimit - lastnnodes); in solveComponent()
1138 SCIP_CALL( solveSubscip(scip, subscip, nodelimit, gaplimit) ); in solveComponent()
2101 SCIP_Longint nodelimit; in SCIP_DECL_CONSPROP() local
2246 SCIP_CALL( SCIPgetLongintParam(scip, "limits/nodes", &nodelimit) ); in SCIP_DECL_CONSPROP()
2247 if( nodelimit == -1 ) in SCIP_DECL_CONSPROP()
[all …]
H A Dheur_trustregion.c124 …SCIP_Real nodelimit; /**< the nodelimit employed in the current sub-SCIP, for… member
238 if( SCIPgetNLPs(scip) > heurdata->lplimfac * heurdata->nodelimit ) in SCIP_DECL_EVENTEXEC()
376 heurdata->nodelimit = nsubnodes; in setupAndSolveSubscipTrustregion()
H A Dheur_rins.c93 …SCIP_Real nodelimit; /**< the nodelimit employed in the current sub-SCIP, for… member
260 heurdata->nodelimit = nnodes; in wrapperRins()
390 if( SCIPgetNLPs(scip) > heurdata->lplimfac * heurdata->nodelimit ) in SCIP_DECL_EVENTEXEC()
H A Dheur_localbranching.c100 …SCIP_Real nodelimit; /**< the nodelimit employed in the current sub-SCIP, for… member
246 if( SCIPgetNLPs(scip) > heurdata->lplimfac * heurdata->nodelimit ) in SCIP_DECL_EVENTEXEC()
386 heurdata->nodelimit = nsubnodes; in setupAndSolveSubscipLocalbranching()
H A Dheur_ofins.c90 …SCIP_Real nodelimit; /**< the nodelimit employed in the current sub-SCIP, for… member
115 if( SCIPgetNLPs(scip) > heurdata->lplimfac * heurdata->nodelimit ) in SCIP_DECL_EVENTEXEC()
242 heurdata->nodelimit = heurdata->maxnodes; in setupAndSolve()
H A Dheur_rens.c112 …SCIP_Real nodelimit; /**< the nodelimit employed in the current sub-SCIP, for… member
330 if( SCIPgetNLPs(scip) > heurdata->lplimfac * heurdata->nodelimit ) in SCIP_DECL_EVENTEXEC()
429 heurdata->nodelimit = maxnodes; in setupAndSolveSubscip()
H A Dheur_dins.c102 …SCIP_Real nodelimit; /**< the nodelimit employed in the current sub-SCIP, for… member
534 heurdata->nodelimit = nsubnodes; in wrapperDins()
686 if( SCIPgetNLPs(scip) > heurdata->lplimfac * heurdata->nodelimit ) in SCIP_DECL_EVENTEXEC()
H A Dheur_crossover.c114 …SCIP_Real nodelimit; /**< the nodelimit employed in the current sub-SCIP, for… member
546 if( SCIPgetNLPs(scip) > heurdata->lplimfac * heurdata->nodelimit ) in SCIP_DECL_EVENTEXEC()
647 heurdata->nodelimit = nstallnodes; in setupAndSolveSubscipCrossover()
H A Dheur_alns.c452 SCIP_Longint nodelimit; /**< node limit of the run */ member
461 … SCIP_Longint nodelimit; /**< maximum number of solving nodes for the sub-SCIP */ member
992 if( SCIPgetNLPs(scip) > eventdata->lplimfac * eventdata->nodelimit ) in SCIP_DECL_EVENTEXEC()
1905 assert(solvelimits->nodelimit >= solvelimits->stallnodes); in setLimits()
1907 SCIP_CALL( SCIPsetLongintParam(subscip, "limits/nodes", solvelimits->nodelimit) ); in setLimits()
1969 solvelimits->nodelimit = (SCIP_Longint)(heurdata->maxnodes); in determineLimits()
2269 … solvelimits->nodelimit, solvelimits->stallnodes, solvelimits->timelimit, heurdata->nsolslim); in setupSubScip()
2320 … %" SCIP_LONGINT_FORMAT " (%" SCIP_LONGINT_FORMAT ") %s\n", solvelimits.nodelimit, heurdata->targe… in SCIP_DECL_HEUREXEC()
2525 eventdata.nodelimit = solvelimits.nodelimit; /*lint !e644*/ in SCIP_DECL_HEUREXEC()
H A Dheur_gins.c220 … SCIP_Longint nodelimit; /**< maximum number of solving nodes for the sub-SCIP */ member
2108 SCIP_CALL( SCIPsetLongintParam(subscip, "limits/nodes", solvelimits->nodelimit) ); in setLimits()
2256 solvelimits->nodelimit = maxnnodes - heurdata->usednodes; in determineLimits()
2257 solvelimits->nodelimit = MIN(solvelimits->nodelimit, heurdata->maxnodes); in determineLimits()
2260 if( solvelimits->nodelimit < heurdata->targetnodes ) in determineLimits()
H A Dsepa_cgmip.c2422 SCIP_Longint nodelimit; in solveSubscip() local
2485 nodelimit = SCIP_LONGINT_MAX; in solveSubscip()
2489 nodelimit = SCIPgetNLPIterations(origscip); in solveSubscip()
2490 nodelimit = MAX(sepadata->minnodelimit, nodelimit); in solveSubscip()
2491 nodelimit = MIN(sepadata->maxnodelimit, nodelimit); in solveSubscip()
2493 assert( nodelimit >= 0 ); in solveSubscip()
2494 SCIP_CALL( SCIPsetLongintParam(subscip, "limits/nodes", nodelimit) ); in solveSubscip()
2503 …f mem limit: %f node limit: %" SCIP_LONGINT_FORMAT ") ...\n", timelimit, memorylimit, nodelimit); in solveSubscip()
2516 SCIPgetDualbound(subscip), SCIPgetSolvingTime(subscip), SCIPgetNNodes(subscip), nodelimit); in solveSubscip()
2630 … SCIPgetDualbound(subscip), SCIPgetSolvingTime(subscip), SCIPgetNNodes(subscip), nodelimit); in solveSubscip()
H A Dheur_completesol.c100 …SCIP_Real nodelimit; /**< the nodelimit employed in the current sub-SCIP, for… member
136 if( SCIPgetNLPs(scip) > heurdata->lplimfac * heurdata->nodelimit ) in SCIP_DECL_EVENTEXEC()
785 heurdata->nodelimit = heurdata->maxnodes; in setupAndSolve()
/dports/math/concorde/concorde/HELDKARP/
H A Dheldkarp.c96 int *bbcount, int just_verify, int silent, int nodelimit),
112 int nodelimit, int silent) in CCheldkarp_small() argument
137 nodelimit, silent); in CCheldkarp_small()
155 int *tour_elist, int nodelimit, int silent) in CCheldkarp_small_elist() argument
244 nodelimit); in CCheldkarp_small_elist()
247 if (nodelimit != -1 && bbcount > nodelimit) { in CCheldkarp_small_elist()
292 int depth, int *bbcount, int just_verify, int silent, int nodelimit) in hk_work() argument
298 if (nodelimit != -1 && *bbcount > nodelimit) return; in hk_work()
316 just_verify, silent, nodelimit); in hk_work()
331 bbcount, just_verify, silent, nodelimit); in hk_work()
/dports/math/SCIP/scip-7.0.3/applications/MinIISC/src/
H A Dreadargs.c93 SCIP_Longint* nodelimit, /**< node limit read from arguments */ in readArguments() argument
109 assert( nodelimit != NULL ); in readArguments()
123 *nodelimit = SCIP_LONGINT_MAX; in readArguments()
192 *nodelimit = atol(argv[i]); in readArguments()
H A Dreadargs.h45 SCIP_Longint* nodelimit, /**< node limit read from arguments */
H A Dminiisc.c885 SCIP_Longint nodelimit; in main() local
888 …retcode = readArguments(argc, argv, &filename, &settingsname, &timelimit, &memlimit, &nodelimit, &… in main()
H A Dclassify.c1152 SCIP_Longint nodelimit; in main() local
1155 …retcode = readArguments(argc, argv, &filename, &settingsname, &timelimit, &memlimit, &nodelimit, &… in main()
/dports/math/concorde/concorde/INCLUDE/
H A Dheldkarp.h29 int nodelimit, int silent),
32 int *tour_elist, int nodelimit, int silent);
H A Dtinytsp.h31 double *optval, int nodelimit),
/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dcomponents_during_solve.set9 constraints/components/nodelimit = 1
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/bin/
H A Djeprof.in2030 my $nodelimit = int($main::opt_nodefraction * $local_total);
2044 (abs(GetEntry($cumulative, $list[$last])) <= $nodelimit)) {
2052 if ($nodelimit > 0 || $edgelimit > 0) {
2054 Unparse($nodelimit), Units(),
2101 Unparse($nodelimit), Units()),
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/bin/
H A Djeprof.in2030 my $nodelimit = int($main::opt_nodefraction * $local_total);
2044 (abs(GetEntry($cumulative, $list[$last])) <= $nodelimit)) {
2052 if ($nodelimit > 0 || $edgelimit > 0) {
2054 Unparse($nodelimit), Units(),
2101 Unparse($nodelimit), Units()),

123