Home
last modified time | relevance | path

Searched refs:SCIPsetIsGT (Results 1 – 19 of 19) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepastore.c314 if( SCIPsetIsFeasGT(set, newlb, oldub) || SCIPsetIsGT(set, MIN(newlb, oldub), oldlb) ) in sepastoreIsBdchgApplicable()
357 if( SCIPsetIsFeasGT(set, newlb, oldub) || SCIPsetIsGT(set, MIN(newlb, oldub), oldlb) ) in sepastoreIsBdchgApplicable()
559 if( SCIPsetIsGT(set, bound, SCIPvarGetLbLocal(var)) ) in sepastoreApplyLb()
586 if( SCIPsetIsGT(set, bound, SCIPvarGetLbGlobal(var)) ) in sepastoreApplyLb()
H A Dconflictstore.c1286 if( SCIPsetIsGT(set, improvement * conflictstore->confprimalbnds[i], cutoffbound) ) in SCIPconflictstoreCleanNewIncumbent()
1334 assert(SCIPsetIsGT(set, conflictstore->dualprimalbnds[i], cutoffbound)); in SCIPconflictstoreCleanNewIncumbent()
1378 else if( SCIPsetIsGT(set, improvement * conflictstore->dualprimalbnds[i], cutoffbound) ) in SCIPconflictstoreCleanNewIncumbent()
H A Dset.h1130 SCIP_Bool SCIPsetIsGT(
1598 #define SCIPsetIsGT(set, val1, val2) ( EPSGT(val1, val2, (set)->num_epsilon) ) macro
H A Dsolve.c714 else if( SCIPsetIsGT(set, oldlpsolval, SCIPvarGetUbLocal(var)) ) in isPseudocostUpdateValid()
1222 if( SCIPsetIsGT(set, SCIPvarGetLbLocal(var), SCIPvarGetUbLocal(var)) ) in initLP()
1258 if( SCIPsetIsGT(set, SCIPvarGetLbLocal(var), SCIPvarGetUbLocal(var)) ) in initLP()
3305 || SCIPsetIsGT(set, SCIPrelaxationGetSolObj(relaxation), SCIPlpGetObjval(lp, set, prob))); in enforceConstraints()
4339 … || SCIPsetIsGT(set, SCIPrelaxationGetSolObj(relaxation), SCIPlpGetObjval(lp, set, transprob))) ) in solveNode()
4704 … || SCIPsetIsGT(set, SCIPrelaxationGetSolObj(relaxation), SCIPlpGetObjval(lp, set, transprob))) ) in addCurrentSolution()
5018 … || SCIPsetIsGT(set, SCIPrelaxationGetSolObj(relaxation), SCIPlpGetObjval(lp, set, transprob))) ) in SCIPsolveCIP()
5311 …assert(primal->nsols == 0 || SCIPsetIsGT(set, SCIPsolGetObj(primal->sols[0], set, transprob, origp… in SCIPsolveCIP()
H A Ddebug.c1169 …if( (SCIPgetObjsense(set->scip) == SCIP_OBJSENSE_MINIMIZE && SCIPsetIsGT(set, treelowerbound, SCIP… in SCIPdebugCheckGlobalLowerbound()
1230 …if( (SCIPgetObjsense(set->scip) == SCIP_OBJSENSE_MINIMIZE && SCIPsetIsGT(set, localbound, SCIPsolG… in SCIPdebugCheckLocalLowerbound()
1575 if( SCIPsetIsGT(set, solval, newbound) ) in debugCheckBdchginfos()
H A Dtree.c1857 assert((boundtype == SCIP_BOUNDTYPE_LOWER && SCIPsetIsGT(set, newbound, oldlb)) in SCIPnodeAddBoundinfer()
1930 if( (boundtype == SCIP_BOUNDTYPE_LOWER && !SCIPsetIsGT(set, newbound, oldlb)) in SCIPnodeAddBoundinfer()
2320 if( !SCIPsetIsGT(set, tree->pendingbdchgs[i].newbound, lb) ) in treeApplyPendingBdchgs()
5692 if( SCIPsetIsGT(set, lpval, downub) ) in SCIPtreeBranchVar()
5785 assert(SCIPsetIsGT(set, right, SCIPvarGetLbLocal(var))); in SCIPtreeBranchVarHole()
5824 assert(SCIPsetIsGT(set, right, SCIPvarGetLbLocal(var))); in SCIPtreeBranchVarHole()
5842 if( SCIPsetIsGT(set, lpval, left) ) in SCIPtreeBranchVarHole()
6103 else if( SCIPsetIsGT(set, lpval, right) ) in SCIPtreeBranchVarNary()
6182 else if( SCIPsetIsGT(set, lpval, left) ) in SCIPtreeBranchVarNary()
6191 if( SCIPsetIsGT(set, bnd, SCIPvarGetLbLocal(var)) ) in SCIPtreeBranchVarNary()
[all …]
H A Dscip_numerics.h768 #define SCIPisGT(scip, val1, val2) SCIPsetIsGT((scip)->set, val1, val2)
H A Dconflict.c2568 && ((boundtype == SCIP_BOUNDTYPE_LOWER && SCIPsetIsGT(set, newbound, SCIPvarGetUbGlobal(var))) in tightenSingleVar()
3043 if( SCIPsetIsGT(set, globalminactivity, rhs) ) in createAndAddProofcons()
4372 …assert(boundtype == SCIP_BOUNDTYPE_LOWER ? SCIPsetIsGT(set, relaxedbd, SCIPbdchginfoGetOldbound(bd… in conflictAddBound()
4536 if( SCIPsetIsGT(set, relaxedbd, SCIPbdchginfoGetOldbound(bdchginfo)) ) in SCIPconflictAddRelaxedBound()
4552 assert(SCIPsetIsGT(set, relaxedbd, SCIPbdchginfoGetOldbound(bdchginfo))); in SCIPconflictAddRelaxedBound()
6042 assert(SCIPsetIsGT(set, prooflhs, proofact)); in addCand()
6331 … assert((SCIPsetIsPositive(set, proofcoefs[v]) && SCIPsetIsGT(set, newbounds[i], curvarubs[v])) in undoBdchgsProof()
6842 if( !infdelta && SCIPsetIsGT(set, *proofact, SCIPaggrRowGetRhs(proofrow)) ) in addLocalRows()
6900 if( !infdelta && SCIPsetIsGT(set, *proofact, SCIPaggrRowGetRhs(proofrow)) ) in addLocalRows()
8369 if( SCIPsetIsGT(set, curvarlbs[v], lb) ) in conflictAnalyzeLP()
[all …]
H A Dvisual.c777 …if ( ! SCIPsetIsInfinity(set, lowerbound) && SCIPsetIsGT(set, lowerbound, visual->lastlowerbound) ) in SCIPvisualLowerbound()
H A Dreopt.c3650 …if( boundtype == SCIP_BOUNDTYPE_LOWER && SCIPsetIsGT(set, newbound, oldlb) && SCIPsetIsFeasLE(set,… in changeAncestorBranchings()
3701 …if( boundtype == SCIP_BOUNDTYPE_LOWER && SCIPsetIsGT(set, newbound, oldlb) && SCIPsetIsFeasLE(set,… in changeAncestorBranchings()
3845 …if( boundtype == SCIP_BOUNDTYPE_LOWER && SCIPsetIsGT(set, newbound, oldlb) && SCIPsetIsFeasLE(set,… in addSplitcons()
4075 if( boundtype == SCIP_BOUNDTYPE_LOWER && SCIPsetIsGT(set, val, SCIPvarGetLbLocal(var)) in fixBounds()
4218 if( boundtype == SCIP_BOUNDTYPE_LOWER && SCIPsetIsGT(set, val, SCIPvarGetLbLocal(var)) in fixInterdiction()
6610 if( SCIPsetIsGT(set, sim, bestsim) ) in SCIPreoptMergeVarHistory()
6637 … && SCIPsetIsGT(set, bestsim, 0.985) ) /* 0.985 is a magic number determined in some experiments */ in SCIPreoptMergeVarHistory()
7438 …if( !reopt->objhaschanged && SCIPsetIsGT(set, reopt->reopttree->reoptnodes[id]->lowerbound, estima… in SCIPreoptApply()
7592 …if( !reopt->objhaschanged && SCIPsetIsGT(set, reopt->reopttree->reoptnodes[id]->lowerbound, estima… in SCIPreoptApply()
7632 …if( !reopt->objhaschanged && SCIPsetIsGT(set, reopt->reopttree->reoptnodes[id]->lowerbound, estima… in SCIPreoptApply()
H A Dprimal.c1057 if( SCIPsetIsGT(set, solobj, obj) ) in primalExistsSol()
1116 if( SCIPsetIsGT(set, solobj, obj) ) in primalExistsOrigSol()
H A Dvar.c254 else if( SCIPsetIsGT(set, (*holelistptr)->hole.right, dom->ub) ) in domMerge()
497 assert(SCIPsetIsGT(set, oldbound, newbound)); in varAddUbchginfo()
591 if( SCIPsetIsGT(set, boundchg->newbound, var->locdom.lb) ) in SCIPboundchgApply()
2402 if ( SCIPsetIsLT(set, *lb, 0.0) || SCIPsetIsGT(set, *ub, 1.0) ) in varParse()
4510 if( SCIPsetIsGT(set, varlb, varub) ) in varUpdateAggregationBounds()
4533 if( SCIPsetIsGT(set, varlb, var->glbdom.lb) ) in varUpdateAggregationBounds()
4575 if( SCIPsetIsGT(set, aggvarlb, aggvarub) ) in varUpdateAggregationBounds()
4599 if( SCIPsetIsGT(set, aggvarlb, aggvar->glbdom.lb) ) in varUpdateAggregationBounds()
9900 if( SCIPsetIsGT(set, vlbcoef, 1.0) ) in SCIPvarAddVlb()
10365 if( SCIPsetIsGT(set, vubcoef, 1.0) ) in SCIPvarAddVub()
[all …]
H A Dscip_numerics.c486 return SCIPsetIsGT(scip->set, val1, val2); in SCIPisGT()
H A Dscip_probing.c438 if( SCIPsetIsGT(scip->set, fixlb, SCIPvarGetLbLocal(var)) ) in SCIPfixVarProbing()
H A Dprob.c2073 if( !SCIPsetIsZero(set, objcoef) && SCIPsetIsGT(set, REALABS(objcoef), absmax) ) in SCIPprobGetAbsMaxObjCoef()
H A Dsol.c1719 …if( ((SCIPsetIsInfinity(set, solval) && SCIPsetIsGT(set, SCIPvarGetUnchangedObj(var), 0.0)) || (SC… in SCIPsolCheck()
H A Dbenders.c2732 if( SCIPsetIsGT(set, lowerbound, SCIPvarGetLbGlobal(auxiliaryvar)) ) in updateAuxiliaryVarLowerbound()
2869 if( SCIPsetIsGT(set, SCIPgetLowerbound(set->scip), benders->prevlowerbound) in performInteriorSolCutStrengthening()
H A Dset.c5702 #undef SCIPsetIsGT
5986 SCIP_Bool SCIPsetIsGT( in SCIPsetIsGT() function
H A Dlp.c1933 if( SCIPsetIsGT(set, absval, row->maxval) ) in rowAddNorms()
4858 if( SCIPsetIsGT(set, absval, row->maxval) ) in rowCalcIdxsAndVals()
12316 assert(lp->divinglazyapplied || SCIPsetIsGT(set, col->lb, col->lazylb) in updateLazyBounds()