Home
last modified time | relevance | path

Searched refs:SCIPisGT (Results 1 – 25 of 107) sorted by relevance

12345

/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dgrphpath.c638 if( SCIPisGT(scip, path[k].dist, distlimit) ) in graph_sdPaths()
911 else if( SCIPisGT(scip, pathdist[k], rootdist) ) in graph_path_invroot()
1239 else if( SCIPisGT(scip, pathdist[k], maxprize) ) in graph_path_st_pcmw()
1509 else if( SCIPisGT(scip, path[k].dist, maxprize) ) in graph_path_st_pcmw_extend()
2729 if( SCIPisGT(scip, rad[vbk], path[k].dist) ) in graph_voronoiWithRadius()
2731 if( SCIPisGT(scip, rad[vbm], path[m].dist) ) in graph_voronoiWithRadius()
2776 if( SCIPisGT(scip, c1, c2) ) in graph_voronoiWithRadius()
2791 if( SCIPisGT(scip, ecost, graph->prize[vbm]) in graph_voronoiWithRadius()
2822 if( SCIPisGT(scip, rad[vbk], in graph_voronoiWithRadius()
2827 if( SCIPisGT(scip, rad[vbm], in graph_voronoiWithRadius()
[all …]
H A Dreduce_bnd.c1174 …if( SCIPisGT(scip, cost[e], upperbound - lpobjval) || SCIPisGT(scip, bestcost[e], upperbound - bes… in findDaRoots()
2498 if( SCIPisGT(scip, *treebound, cutoff) ) in reduce_check3Tree()
4728 ub = SCIPisGT(scip, *upperbound, 0.0); in reduce_bound()
4856 if( SCIPisGT(scip, tmpcost, max) ) in reduce_bound()
4898 if( SCIPisGT(scip, prize[k], max) ) in reduce_bound()
5014 if( SCIPisGT(scip, radiim2, mstobj) ) in reduce_bound()
5525 if( SCIPisGT(scip, tmpcost, max) ) in reduce_boundPrune()
5601 if( SCIPisGT(scip, radiim2, mstobj) ) in reduce_boundPrune()
5998 if( SCIPisGT(scip, tmpcost, max) ) in reduce_boundHop()
6015 if( SCIPisGT(scip, radiim2, mstobj) ) in reduce_boundHop()
[all …]
H A Dreduce_alt.c1751 if( SCIPisGT(scip, ecost, necost) in reduce_sdPc()
1956 assert(SCIPisGT(scip, dist, 0.0)); in getRSD()
1957 if( SCIPisGT(scip, dist, max) ) in getRSD()
2023 assert(SCIPisGT(scip, FARAWAY, sd)); in reduce_getSd()
2028 assert(SCIPisGT(scip, FARAWAY, sd)); in reduce_getSd()
2049 if( SCIPisGT(scip, sd, dist) ) in reduce_getSd()
2060 if( SCIPisGT(scip, sd, dist) ) in reduce_getSd()
2098 else if( SCIPisGT(scip, sd, g->cost[e]) ) in reduce_getSd()
2392 assert(SCIPisGT(scip, FARAWAY, sdist)); in reduce_sdspSap()
2397 assert(SCIPisGT(scip, FARAWAY, sdist)); in reduce_sdspSap()
[all …]
H A Dheur_tm.c1145 assert(SCIPisGT(scip, cost[e], 0.0)); in computeDegConsTree()
1506 …if( SCIPisGT(scip, vnoi[k].dist, vcost[old] + ((vbase[k] == root)? cost[oedge] : costrev[oedge])) ) in computeSteinerTreeVnoi()
1981 assert(SCIPisGT(scip, graph->prize[k], 0.0)); in SCIPStpHeurTMRun()
1991 assert(SCIPisGT(scip, graph->prize[k], 0.0)); in SCIPStpHeurTMRun()
2003 if( SCIPisGT(scip, terminalprio[k], max) ) in SCIPStpHeurTMRun()
2012 if( SCIPisGT(scip, graph->cost[e], 0.0) && Is_term(graph->term[graph->head[e]]) ) in SCIPStpHeurTMRun()
2024 assert(SCIPisGT(scip, graph->prize[k], 0.0)); in SCIPStpHeurTMRun()
2106 assert(SCIPisGT(scip, (*hopfactor), 0.0)); in SCIPStpHeurTMRun()
2168 assert(SCIPisGT(scip, (*hopfactor), 0.0)); in SCIPStpHeurTMRun()
2422 else if( SCIPisGT(scip, cost[e], maxcost) && SCIPisLT(scip, cost[e], FARAWAY) ) in SCIPStpHeurTMRunLP()
[all …]
H A Dprop_stp.c331 if( !Is_term(graph->term[k]) && SCIPisGT(scip, pathdist[k] + vnoi[k].dist, minpathcost) ) in dualcostVarfixing()
343 if( SCIPisGT(scip, pathdist[k] + cost[e] + vnoi[graph->head[e]].dist, minpathcost) ) in dualcostVarfixing()
730 else if( SCIPisGT(scip, redratio, REDUCTION_WAIT_RATIO) && SCIPgetDepth(scip) == 0 ) in SCIP_DECL_PROPEXEC()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_distribution.c562 if( SCIPisGT(scip, 1.0 - newprobup, *upscore) ) in SCIPupdateDistributionScore()
564 if( SCIPisGT(scip, 1.0 - newprobdown, *downscore) ) in SCIPupdateDistributionScore()
570 if( SCIPisGT(scip, currentprob - newprobup, *upscore) ) in SCIPupdateDistributionScore()
572 if( SCIPisGT(scip, currentprob - newprobdown, *downscore) ) in SCIPupdateDistributionScore()
578 if( SCIPisGT(scip, newprobup, *upscore) ) in SCIPupdateDistributionScore()
580 if( SCIPisGT(scip, newprobdown, *downscore) ) in SCIPupdateDistributionScore()
588 else if( SCIPisGT(scip, newprobup, newprobdown) ) in SCIPupdateDistributionScore()
594 if( SCIPisGT(scip, newprobup, newprobdown) ) in SCIPupdateDistributionScore()
H A Dheur_pscostdiving.c220 else if( SCIPisGT(scip, candsol, SCIPvarGetRootSol(cand) + 0.4) in SCIP_DECL_DIVESETGETSCORE()
226 else if( SCIPisGT(scip, candsfrac, 0.7) in SCIP_DECL_DIVESETGETSCORE()
H A Dnodesel_bfs.c249 else if( SCIPisGT(scip, lowerbound1, lowerbound2) ) in SCIP_DECL_NODESELCOMP()
294 assert(SCIPisGT(scip, estimate1, estimate2)); in SCIP_DECL_NODESELCOMP()
H A Dheur_trysol.c264SCIPisGT(scip, SCIPgetSolOrigObj(scip, sol), SCIPgetSolOrigObj(scip, heurdata->trysol))) || in SCIPheurPassSolTrySol()
305SCIPisGT(scip, SCIPgetSolOrigObj(scip, sol), SCIPgetSolOrigObj(scip, heurdata->addsol))) || in SCIPheurPassSolAddSol()
H A Dcons_abspower.c709 …if( SCIPisGT(scip, consdata0->lhs, consdata1->rhs) || SCIPisGT(scip, consdata1->lhs, consdata0->rh… in presolveFindDuplicates()
2333 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in registerLargeRelaxValueVariableForBranching()
2382 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in fixAlmostFixedX()
3805 else if( SCIPisGT(scip, xval, xub) ) in generateCut()
4188 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in proposeFeasibleSolution()
5372 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in enforceConstraint()
5394 assert(SCIPisGT(scip, maxviol, SCIPfeastol(scip))); in enforceConstraint()
6069 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in SCIP_DECL_CONSSEPALP()
6262 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in SCIP_DECL_CONSENFOPS()
6292 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in SCIP_DECL_CONSENFOPS()
[all …]
H A Dnodesel_estimate.c308 else if( SCIPisGT(scip, lowerbound1, lowerbound2) ) in SCIP_DECL_NODESELCOMP()
345 assert(SCIPisGT(scip, estimate1, estimate2)); in SCIP_DECL_NODESELCOMP()
H A Dbranch_mostinf.c198 …(SCIPisGT(scip, candscore, *bestscore) || (SCIPisGE(scip, candscore, *bestscore) && obj > *bestobj… in updateBestCandidate()
266 if( SCIPisGT(scip, score, bestscore) in SCIP_DECL_BRANCHEXECLP()
H A Dheur_nlpdiving.c290 …if( SCIPisLT(scip, nlpcandssol[c], SCIPvarGetLbLocal(var)) || SCIPisGT(scip, nlpcandssol[c], SCIPv… in chooseFracVar()
459 …if( SCIPisLT(scip, nlpcandssol[c], SCIPvarGetLbLocal(var)) || SCIPisGT(scip, nlpcandssol[c], SCIPv… in chooseVeclenVar()
561 …if( SCIPisLT(scip, nlpcandssol[c], SCIPvarGetLbLocal(var)) || SCIPisGT(scip, nlpcandssol[c], SCIPv… in chooseCoefVar()
732 else if( SCIPisGT(scip, primsol, SCIPvarGetRootSol(var) + 0.4) in calcPscostQuot()
737 …else if( SCIPisGT(scip, frac, 0.7) || (SCIPisEQ(scip, frac, 0.7) && SCIPrandomGetInt(heurdata->ran… in calcPscostQuot()
824 …if( SCIPisLT(scip, nlpcandssol[c], SCIPvarGetLbLocal(var)) || SCIPisGT(scip, nlpcandssol[c], SCIPv… in choosePscostVar()
951 …if( SCIPisLT(scip, solval, SCIPvarGetLbLocal(var)) || SCIPisGT(scip, solval, SCIPvarGetUbLocal(var… in chooseGuidedVar()
1121 …if( SCIPisLT(scip, nlpsol, SCIPvarGetLbLocal(var)) || SCIPisGT(scip, nlpsol, SCIPvarGetUbLocal(var… in chooseDoubleVar()
1171 assert(roundup == SCIPisGT(scip, nlpsol, boundval)); in chooseDoubleVar()
2402 if( updatepscost && SCIPisGT(scip, objval, oldobjval) ) in SCIP_DECL_HEUREXEC()
[all …]
H A Dnodesel_uct.c291 assert(SCIPisGT(scip, score1, score2)); in compareNodes()
519 else if( SCIPisGT(scip, lowerbound1, lowerbound2) ) in SCIP_DECL_NODESELCOMP()
H A Dpresol_stuffing.c164 if( SCIPisLT(scip, SCIPvarGetObj(var), 0.0) && SCIPisGT(scip, coef, 0.0) ) in singletonColumnStuffing()
180 else if( SCIPisGT(scip, SCIPvarGetObj(var), 0.0) && SCIPisLT(scip, coef, 0.0) ) in singletonColumnStuffing()
H A Dheur_conflictdiving.c253 …*roundup = (SCIPisGT(scip, downweight, upweight) || (SCIPisEQ(scip, downweight, upweight) && cands… in getScoreLikeCoefdiving()
376 …*roundup = (heurdata->maxviol ? SCIPisGT(scip, upweight, downweight) : SCIPisLT(scip, upweight, do… in getScore()
H A Dtreemodel.c237 if( SCIPisGT(scip, a[origindex], bestcurrenta) ) in findNonDominatedVars()
492 if( SCIPisGT(scip, mingain, 0.0) && !SCIPisInfinity(scip, absgap) ) in computeSVTS()
931 if( !SCIPisInfinity(scip, localabsgap) && SCIPisGT(scip, mingains[*bestcand], 0.0) in SCIPtreemodelSelectCandidate()
H A Dbenderscut_int.c135 if( SCIPisGT(masterprob, SCIPbendersGetSubproblemLowerbound(benders, probnumber), in updateSubproblemCutConstant()
143 …if( SCIPisGT(masterprob, SCIPvarGetLbGlobal(auxiliaryvar), benderscutdata->subprobconstant[probnum… in updateSubproblemCutConstant()
H A Dheur_linesearchdiving.c217 else if( SCIPisGT(scip, candsol, rootsolval) ) in SCIP_DECL_DIVESETGETSCORE()
/dports/math/SCIP/scip-7.0.3/examples/LOP/src/
H A Dcons_lop.c664 oneIJ = SCIPisGT(scip, SCIPgetSolVal(scip, NULL, vars[i][j]), 0.5); in SCIP_DECL_CONSENFOPS()
666 if ( oneIJ == SCIPisGT(scip, SCIPgetSolVal(scip, NULL, vars[j][i]), 0.5) ) in SCIP_DECL_CONSENFOPS()
681 oneJK = SCIPisGT(scip, SCIPgetSolVal(scip, NULL, vars[j][k]), 0.5); in SCIP_DECL_CONSENFOPS()
682 oneKI = SCIPisGT(scip, SCIPgetSolVal(scip, NULL, vars[k][i]), 0.5); in SCIP_DECL_CONSENFOPS()
745 oneIJ = SCIPisGT(scip, SCIPgetSolVal(scip, sol, vars[i][j]), 0.5); in SCIP_DECL_CONSCHECK()
748 if ( oneIJ == SCIPisGT(scip, SCIPgetSolVal(scip, sol, vars[j][i]), 0.5) ) in SCIP_DECL_CONSCHECK()
770 oneJK = SCIPisGT(scip, SCIPgetSolVal(scip, sol, vars[j][k]), 0.5); in SCIP_DECL_CONSCHECK()
771 oneKI = SCIPisGT(scip, SCIPgetSolVal(scip, sol, vars[k][i]), 0.5); in SCIP_DECL_CONSCHECK()
/dports/math/SCIP/scip-7.0.3/applications/CycleClustering/src/
H A Dsepa_subtour.c133 … if( SCIPisGT(scip, getDist(adjacencymatrix, cyclelength - 1, anchor, anchor), cyclelength - 1.0) ) in addSubtourCuts()
326 if( SCIPisGT(scip, getDist(adjacencymatrix, pathlength - 1, start, end) in addPathCuts()
508 if( SCIPisGT(scip, getDist(adjacencymatrix, tourlength - 1, start, end) in addTourCuts()
644 if( SCIPisGT(scip, getDist(adjacencymatrix, 0, currentnode, intermediate) in computeNextAdjacency()
659 … if( SCIPisGT(scip, getDist(adjacencymatrix, narcs - 1, currentnode, currentnode), narcs - 1.0) ) in computeNextAdjacency()
H A Dheur_fuzzyround.c104 if( SCIPisGT(scip, SCIPvarGetLPSol(binvars[i][k]), maxlpval) ) in SCIP_DECL_HEUREXEC()
H A Dheur_cycgreedy.c306 if( SCIPisGT(scip, tempobj, binobjective[i]) ) in assignNextBin()
316 if( localheur && SCIPisGT(scip, binobjective[i], *objective) ) in assignNextBin()
/dports/math/SCIP/scip-7.0.3/examples/Relaxator/src/
H A Drelax_lp.c117 if( (! SCIPisRelaxSolValid(scip)) || SCIPisGT(scip, relaxval, SCIPgetRelaxSolObj(scip)) ) in SCIP_DECL_RELAXEXEC()
H A Drelax_nlp.c138 if( (! SCIPisRelaxSolValid(scip)) || SCIPisGT(scip, relaxval, SCIPgetRelaxSolObj(scip)) ) in SCIP_DECL_RELAXEXEC()

12345