Home
last modified time | relevance | path

Searched refs:SCIPfeastol (Results 1 – 25 of 46) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_impliedbounds.c209 …if( SCIPisLE(scip, implbounds[j], ub) && (ub - implbounds[j]) * SCIPfeastol(scip) <= RELCUTCOEFMAX… in separateCuts()
227 …if( SCIPisGE(scip, implbounds[j], lb) && (implbounds[j] - lb) * SCIPfeastol(scip) <= RELCUTCOEFMAX… in separateCuts()
268 …if( SCIPisLE(scip, implbounds[j], ub) && (ub - implbounds[j]) * SCIPfeastol(scip) < RELCUTCOEFMAXR… in separateCuts()
286 …if( SCIPisGE(scip, implbounds[j], lb) && (implbounds[j] - lb) * SCIPfeastol(scip) < RELCUTCOEFMAXR… in separateCuts()
H A Dheur_trivial.c100 if( !SCIPisInfinity(scip, 0.1 / SCIPfeastol(scip)) ) in SCIP_DECL_HEUREXEC()
101 large = 0.1 / SCIPfeastol(scip); in SCIP_DECL_HEUREXEC()
H A Dheur_fixandinfer.c249 if( !SCIPisInfinity(scip, 0.1 / SCIPfeastol(scip)) ) in SCIP_DECL_HEUREXEC()
250 large = 0.1 / SCIPfeastol(scip); in SCIP_DECL_HEUREXEC()
H A Dcons_varbound.c555 SCIPquadprecProdQD(tmp, tmp, SCIPfeastol(scip)); in resolvePropagation()
639 SCIPquadprecProdQD(tmp, tmp, SCIPfeastol(scip)); in resolvePropagation()
680 SCIPquadprecProdQD(tmp, tmp, SCIPfeastol(scip)); in resolvePropagation()
711 SCIPquadprecSumQD(relaxedub, relaxedub, -SCIPfeastol(scip)); in resolvePropagation()
744 SCIPquadprecProdQD(tmp, tmp, SCIPfeastol(scip)); in resolvePropagation()
826 SCIPquadprecProdQD(tmp, tmp, SCIPfeastol(scip)); in resolvePropagation()
868 SCIPquadprecProdQD(tmp, tmp, SCIPfeastol(scip)); in resolvePropagation()
901 SCIPquadprecSumQD(relaxedlb, relaxedlb, SCIPfeastol(scip)); in resolvePropagation()
999 inferbd = inferbd + 2*SCIPfeastol(scip) * MAX(1, abscoef); in analyzeConflict()
1069 inferbd = inferbd - 2*SCIPfeastol(scip) * MAX(1, abscoef); in analyzeConflict()
[all …]
H A Dsepa_gauge.c285 …SCIP_CALL( SCIPnlpiSetRealPar(nlpi, nlpiprob, SCIP_NLPPAR_FEASTOL, NLPFEASFAC * SCIPfeastol(scip))… in computeInteriorPoint()
286 …SCIP_CALL( SCIPnlpiSetRealPar(nlpi, nlpiprob, SCIP_NLPPAR_RELOBJTOL, MAX(SCIPfeastol(scip), SCIPdu… in computeInteriorPoint()
766 …SCIP_CALL( buildConvexCombination(scip, VIOLATIONFAC * SCIPfeastol(scip), intsol, tosepasol, sol) … in separateCuts()
1040 if( activity - SCIPnlrowGetRhs(nlrow) < VIOLATIONFAC * SCIPfeastol(scip) ) in SCIP_DECL_SEPAEXECLP()
1048 if( SCIPnlrowGetLhs(nlrow) - activity < VIOLATIONFAC * SCIPfeastol(scip) ) in SCIP_DECL_SEPAEXECLP()
H A Dprop_nlobbt.c525 …score[i] *= 1.0 + SCIPrandomGetReal(propdata->randnumgen, SCIPfeastol(scip), 2.0 * SCIPfeastol(sci… in applyNlobbt()
554 SCIPfeastol(scip) * propdata->feastolfac) ); in applyNlobbt()
556 SCIPfeastol(scip) * propdata->relobjtolfac) ); in applyNlobbt()
H A Dprop_vbounds.c1409 if( SCIPvarIsIntegral(var) && inferlb < SCIPgetHugeValue(scip) * SCIPfeastol(scip) ) in computeRelaxedLowerbound()
1410 relaxedbd = (inferlb - 1.0 + 2*SCIPfeastol(scip) - constant) / coef; in computeRelaxedLowerbound()
1418 relaxedbd += SCIPfeastol(scip); in computeRelaxedLowerbound()
1420 relaxedbd -= SCIPfeastol(scip); in computeRelaxedLowerbound()
1471 relaxedub = inferlb - 2*SCIPfeastol(scip); in analyzeConflictLowerbound()
1483 relaxedub = relaxedub + 2*SCIPfeastol(scip); in analyzeConflictLowerbound()
1525 relaxedbd = (inferub + 1.0 - 2*SCIPfeastol(scip) - constant) / coef; in computeRelaxedUpperbound()
1533 relaxedbd -= SCIPfeastol(scip); in computeRelaxedUpperbound()
1535 relaxedbd += SCIPfeastol(scip); in computeRelaxedUpperbound()
1585 relaxedlb = inferub + 2*SCIPfeastol(scip); in analyzeConflictUpperbound()
[all …]
H A Dscip_validation.c107 oldfeastol = SCIPfeastol(scip); in SCIPvalidateSolve()
H A Dcons_abspower.c2164 if( SCIPisGT(scip, consdata->rhsviol, SCIPfeastol(scip)) ) in proposeBranchingPoint()
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()
4188 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in proposeFeasibleSolution()
5208 if( REALABS(signpowcoef) * SCIPfeastol(scip) < 1.0 ) in SCIP_DECL_EXPRGRAPHNODEREFORM()
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 Dpresol_inttobinary.c108 if( SCIPisEQ(scip, lb, ub - 1.0) && !SCIPisHugeValue(scip, REALABS(lb) / SCIPfeastol(scip)) ) in SCIP_DECL_PRESOLEXEC()
H A Dcons_nonlinear.c4161 if( viol > maxviol && SCIPisGT(scip, viol, SCIPfeastol(scip)) ) in computeViolations()
5959 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in registerLargeRelaxValueVariableForBranching()
6031 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in replaceViolatedByLinearConstraints()
7004 if( SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) ) in proposeFeasibleSolution()
7006 else if( SCIPisGT(scip, consdata->rhsviol, SCIPfeastol(scip)) ) in proposeFeasibleSolution()
7158 assert(SCIPisGT(scip, maxviol, SCIPfeastol(scip))); in enforceConstraint()
7905 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in SCIP_DECL_CONSSEPALP()
8106 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in SCIP_DECL_CONSENFOPS()
8195 …if( SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) || SCIPisGT(scip, consdata->rhsviol, SCIP… in SCIP_DECL_CONSCHECK()
8202 if( SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) ) in SCIP_DECL_CONSCHECK()
[all …]
H A Dheur_zeroobj.c294 if( !SCIPisInfinity(scip, 0.1 / SCIPfeastol(scip)) ) in setupAndSolveSubscip()
295 large = 0.1 / SCIPfeastol(scip); in setupAndSolveSubscip()
H A Dsepa_convexproj.c455 …lpiSetRealPar(sepadata->nlpi, sepadata->nlpiprob, SCIP_NLPPAR_FEASTOL, SCIPfeastol(scip) / 10.0) )… in separateCuts()
456 …RealPar(sepadata->nlpi, sepadata->nlpiprob, SCIP_NLPPAR_RELOBJTOL, MAX(SCIPfeastol(scip), SCIPdual… in separateCuts()
884 if( maxviolation < VIOLATIONFAC * SCIPfeastol(scip) ) in SCIP_DECL_SEPAEXECLP()
H A Dcons_quadratic.c3902 …if( SCIPfeastol(scip) * REALABS(act0.inf) >= conshdlrdata->binreformmaxcoef || SCIPfeastol(scip) *… in presolveTryAddLinearReform()
3908 …if( SCIPfeastol(scip) * REALABS(act1.inf) >= conshdlrdata->binreformmaxcoef || SCIPfeastol(scip) *… in presolveTryAddLinearReform()
5800 if( viol > maxviol && SCIPisGT(scip, viol, SCIPfeastol(scip)) ) in computeViolations()
10165 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in registerLargeRelaxValueVariableForBranching()
10228 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in replaceByLinearConstraints()
11654 if( SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) ) in proposeFeasibleSolution()
11656 else if( SCIPisGT(scip, consdata->rhsviol, SCIPfeastol(scip)) ) in proposeFeasibleSolution()
11814 assert(SCIPisGT(scip, maxviol, SCIPfeastol(scip))); in enforceConstraint()
12810 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in SCIP_DECL_CONSSEPALP()
13005 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in SCIP_DECL_CONSENFOPS()
[all …]
H A Dheur_subnlp.c1061 …etRealParam(heurdata->subscip, "numerics/feastol", heurdata->resolvetolfactor*SCIPfeastol(scip)) ); in solveSubNLP()
1326 …NLPRealPar(heurdata->subscip, SCIP_NLPPAR_FEASTOL, heurdata->resolvetolfactor*SCIPfeastol(scip)) ); in solveSubNLP()
1441 … heurdata->resolvetolfactor*SCIPfeastol(scip), heurdata->resolvetolfactor*SCIPepsilon(scip)); in solveSubNLP()
1445 … heurdata->resolvetolfactor*SCIPfeastol(scip), heurdata->resolvetolfactor*SCIPepsilon(scip)); in solveSubNLP()
1504 … heurdata->resolvetolfactor*SCIPfeastol(scip), heurdata->resolvetolfactor*SCIPepsilon(scip)); in solveSubNLP()
1508 … heurdata->resolvetolfactor*SCIPfeastol(scip), heurdata->resolvetolfactor*SCIPepsilon(scip)); in solveSubNLP()
1559 SCIP_CALL( SCIPsetRealParam(heurdata->subscip, "numerics/feastol", SCIPfeastol(scip)) ); in solveSubNLP()
H A Dscipshell.c396 …SCIP_CALL( SCIPvalidateSolve(scip, primalreference, dualreference, SCIPfeastol(scip), FALSE, NULL,… in SCIPprocessShellArguments()
H A Dcons_integral.c200 SCIPupdateSolIntegralityViolation(scip, sol, EPSFRAC(solval, SCIPfeastol(scip))); in SCIP_DECL_CONSCHECK()
H A Dcons_bivariate.c946 if( viol > maxviol && SCIPisGT(scip, viol, SCIPfeastol(scip)) ) in computeViolations()
4667 …if( SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) || SCIPisGT(scip, consdata->rhsviol, SCIP… in separatePoint()
4956 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in registerLargeRelaxValueVariableForBranching()
5014 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in enforceViolatedFixedNonlinear()
5502 if( SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) ) in proposeFeasibleSolution()
5504 else if( SCIPisGT(scip, consdata->rhsviol, SCIPfeastol(scip)) ) in proposeFeasibleSolution()
5578 …if( SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) || SCIPisGT(scip, consdata->rhsviol, SCIP… in proposeFeasibleSolution()
6034 assert(SCIPisGT(scip, maxviol, SCIPfeastol(scip))); in enforceConstraint()
6857 …if( !SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) && !SCIPisGT(scip, consdata->rhsviol, SC… in SCIP_DECL_CONSENFOPS()
6920 …if( SCIPisGT(scip, consdata->lhsviol, SCIPfeastol(scip)) || SCIPisGT(scip, consdata->rhsviol, SCIP… in SCIP_DECL_CONSCHECK()
[all …]
H A Dheur_proximity.c839 if( !SCIPisInfinity(scip, 0.1 / SCIPfeastol(scip)) ) in SCIPapplyProximity()
840 large = 0.1 / SCIPfeastol(scip); in SCIPapplyProximity()
H A Dprop_genvbounds.c1004 infeasthreshold = MAX(bound, 1.0) * 2 * SCIPfeastol(scip); in analyzeGenVBoundConflict()
1017 infeasthreshold = MAX(bound, 1.0) * SCIPfeastol(scip); in analyzeGenVBoundConflict()
1056 infeasthreshold = MAX(bound, 1.0) * 2 * SCIPfeastol(scip); in analyzeGenVBoundConflict()
1069 infeasthreshold = MAX(bound, 1.0) * SCIPfeastol(scip); in analyzeGenVBoundConflict()
2700 roundedboundval = SCIPfeasCeil(scip, boundval - 1.0) + 2 * SCIPfeastol(scip); in SCIP_DECL_PROPRESPROP()
H A Dscip_numerics.h83 SCIP_Real SCIPfeastol(
/dports/math/SCIP/scip-7.0.3/examples/Relaxator/src/
H A Drelax_nlp.c116 …SCIP_CALL( SCIPnlpiSetRealPar(nlpi, nlpiprob, SCIP_NLPPAR_FEASTOL, SCIPfeastol(scip) * FEASTOLFAC)… in SCIP_DECL_RELAXEXEC()
117 …SCIP_CALL( SCIPnlpiSetRealPar(nlpi, nlpiprob, SCIP_NLPPAR_RELOBJTOL, SCIPfeastol(scip) * RELOBJTOL… in SCIP_DECL_RELAXEXEC()
/dports/math/SCIP/scip-7.0.3/tests/src/prop/
H A Dnlobbt.c199 SCIPnlpiSetRealPar(nlpi, nlpiprob, SCIP_NLPPAR_FEASTOL, SCIPfeastol(scip) * 0.01);
200 SCIPnlpiSetRealPar(nlpi, nlpiprob, SCIP_NLPPAR_RELOBJTOL, SCIPfeastol(scip) * 0.01);
/dports/math/SCIP/scip-7.0.3/examples/TSP/src/
H A DConshdlrSubtour.cpp165 if( ghc_tree(graph, cuts, &ncuts, SCIPfeastol(scip)) ) in sepaSubtour()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A DCouenneFPscipSolve.cpp180 assert (fabs (x [j] - floor (x [j] + .5)) < SCIPfeastol (scip) * 1.e3); in ScipSolve()

12