Home
last modified time | relevance | path

Searched refs:SCIPheurGetNCalls (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_zeroobj.c205 …nnodes = (SCIP_Longint)(nnodes * 3.0 * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(he… in SCIP_DECL_HEUREXEC()
206 …nnodes -= 100 * SCIPheurGetNCalls(heur); /* count the setup costs for the sub-SCIP as 100 nodes */ in SCIP_DECL_HEUREXEC()
529 if( SCIPgetDepth(scip) <= 0 && SCIPheurGetNCalls(heur) > 0 ) in SCIPapplyZeroobj()
H A Dheur_nlpdiving.c1590 if( strstr(SCIPgetProbName(scip), "_covering") == NULL && SCIPheurGetNCalls(heur) > 0 ) in SCIP_DECL_HEUREXIT()
1593 …SCIPgetProbName(scip), SCIPheurGetNSolsFound(heur), SCIPheurGetNCalls(heur), SCIPheurGetTime(heur), in SCIP_DECL_HEUREXIT()
1595SCIPheurGetNCalls(heur), (100*heurdata->nfailcutoff) / (int)SCIPheurGetNCalls(heur), (100*heurdata… in SCIP_DECL_HEUREXIT()
1717 …if( (SCIPheurGetNSolsFound(heur) + 1.0) / (SCIP_Real)(SCIPheurGetNCalls(heur) + 1.0) < heurdata->m… in SCIP_DECL_HEUREXEC()
1738 ncalls = SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()
H A Dheur_mutation.c493 maxnnodesr *= 1.0 + 2.0 * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur) + 1.0); in SCIP_DECL_HEUREXEC()
494 maxnnodes = (SCIP_Longint) maxnnodesr - 100 * SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()
H A Dheur_trustregion.c494 …_Longint)(maxnnodes * (1.0 + 2.0*(SCIPheurGetNSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur)+1.0))); in SCIP_DECL_HEUREXEC()
495 …maxnnodes -= 100 * SCIPheurGetNCalls(heur); /* count the setup costs for the sub-MIP as 100 nodes… in SCIP_DECL_HEUREXEC()
H A Dheur_rins.c518 …nnodes = (SCIP_Longint)(nnodes * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur) + … in SCIP_DECL_HEUREXEC()
519 …nnodes -= (SCIP_Longint)(100.0 * SCIPheurGetNCalls(heur)); /* count the setup costs for the sub-M… in SCIP_DECL_HEUREXEC()
H A Dpub_heur.h138 SCIP_Longint SCIPheurGetNCalls(
H A Dheur_adaptivediving.c288 SCIP_Longint ncalls = SCIPheurGetNCalls(heur); in getLPIterlimit()
417 epsilon_t = heurdata->epsilon * sqrt(ndivesets / (SCIPheurGetNCalls(heur) + 1.0)); in selectDiving()
H A Dheur_localbranching.c557 …gint)(maxnnodes * (1.0 + 2.0*(SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur)+1.0))); in SCIP_DECL_HEUREXEC()
558 …maxnnodes -= 100 * SCIPheurGetNCalls(heur); /* count the setup costs for the sub-MIP as 100 nodes… in SCIP_DECL_HEUREXEC()
H A Dheur_crossover.c726 … SCIPpermuteProb(subscip, SCIPinitializeRandomSeed(scip, (unsigned) SCIPheurGetNCalls(heur)), TRUE… in setupAndSolveSubscipCrossover()
965 … (nstallnodes * (1.0 + 2.0*(SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur)+1.0))); in SCIP_DECL_HEUREXEC()
968 nstallnodes -= 100 * SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()
H A Dheur_ofins.c509 …Longint)(nstallnodes * 3.0 * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur) + 1.0)… in SCIP_DECL_HEUREXEC()
510 …nstallnodes -= 100 * SCIPheurGetNCalls(heur); /* count the setup costs for the sub-SCIP as 100 no… in SCIP_DECL_HEUREXEC()
H A Dheur_feaspump.c789 if( SCIPgetDepth(scip) == 0 && SCIPheurGetNCalls(heur) > 0 ) in SCIP_DECL_HEUREXEC()
816 ncalls = SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()
826 if( SCIPheurGetNCalls(heur) == 0 && SCIPgetNSolsFound(scip) == 0 && SCIPgetDepth(scip) == 0 ) in SCIP_DECL_HEUREXEC()
H A Dheur_repair.c1170 if( 0 < SCIPheurGetNCalls(heur) || !(heurdata->usevarfix || heurdata->useslackvars) ) in SCIP_DECL_HEUREXEC()
1181 …nnodes = (SCIP_Longint)(nnodes * 3.0 * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(he… in SCIP_DECL_HEUREXEC()
1182 …nnodes -= (SCIP_Longint)(100.0 * SCIPheurGetNCalls(heur)); /* count the setup costs for the sub-M… in SCIP_DECL_HEUREXEC()
H A Dheur_rens.c797 …Longint)(nstallnodes * 3.0 * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur) + 1.0)… in SCIP_DECL_HEUREXEC()
798 …nstallnodes -= 100 * SCIPheurGetNCalls(heur); /* count the setup costs for the sub-SCIP as 100 no… in SCIP_DECL_HEUREXEC()
H A Dheur_zirounding.c515 if( heurdata->stopziround && SCIPheurGetNCalls(heur) >= heurdata->minstopncalls in SCIP_DECL_HEUREXEC()
516 && SCIPheurGetNSolsFound(heur)/(SCIP_Real)SCIPheurGetNCalls(heur) < heurdata->stoppercentage ) in SCIP_DECL_HEUREXEC()
H A Dheur_dins.c847 … (maxnnodes * (1.0 + 2.0 * (SCIPheurGetNBestSolsFound(heur)+1.0) / (SCIPheurGetNCalls(heur) + 1.0)… in SCIP_DECL_HEUREXEC()
850 maxnnodes -= 100 * SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()
H A Dheur_clique.c611 …Longint)(nstallnodes * 3.0 * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur) + 1.0)… in SCIP_DECL_HEUREXEC()
612 …nstallnodes -= 100 * SCIPheurGetNCalls(heur); /* count the setup costs for the sub-MIP as 100 nod… in SCIP_DECL_HEUREXEC()
H A Dheur_locks.c857 …Longint)(nstallnodes * 3.0 * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur) + 1.0)… in SCIP_DECL_HEUREXEC()
858 …nstallnodes -= 100 * SCIPheurGetNCalls(heur); /* count the setup costs for the sub-MIP as 100 nod… in SCIP_DECL_HEUREXEC()
H A Dheur_completesol.c1106 …Longint)(nstallnodes * 3.0 * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur) + 1.0)… in SCIP_DECL_HEUREXEC()
1107 …nstallnodes -= 100 * SCIPheurGetNCalls(heur); /* count the setup costs for the sub-SCIP as 100 no… in SCIP_DECL_HEUREXEC()
H A Dheur_vbounds.c954 …Longint)(nstallnodes * 3.0 * (SCIPheurGetNBestSolsFound(heur)+1.0)/(SCIPheurGetNCalls(heur) + 1.0)… in applyVbounds()
955 …nstallnodes -= 100 * SCIPheurGetNCalls(heur); /* count the setup costs for the sub-MIP as 100 nod… in applyVbounds()
H A Dheur_rootsoldiving.c252 ncalls = SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()
H A Dheur_objpscostdiving.c336 ncalls = SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()
H A Dheur_intdiving.c255 ncalls = SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()
H A Dheur_rounding.c569 ncalls = SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()
H A Dheur_alns.c1956 nodesquot *= (SCIPheurGetNBestSolsFound(heur) + 1.0)/(SCIPheurGetNCalls(heur) + 1.0); in determineLimits()
1962 solvelimits->stallnodes -= 100 * SCIPheurGetNCalls(heur); in determineLimits()
2265 …SCIP_CALL( SCIPsetIntParam(subscip, "randomization/randomseedshift", (int)SCIPheurGetNCalls(heur))… in setupSubScip()
2638 if( heurdata->adjusttargetnodes && SCIPheurGetNCalls(heur) >= heurdata->nactiveneighborhoods ) in SCIP_DECL_HEUREXEC()
H A Dheur_shifting.c721 ncalls = SCIPheurGetNCalls(heur); in SCIP_DECL_HEUREXEC()

12