Home
last modified time | relevance | path

Searched refs:nchgbds (Results 1 – 25 of 71) sorted by relevance

123

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_redcost.c154 (*nchgbds)++; in propagateRootRedcostBinvar()
175 (*nchgbds)++; in propagateRootRedcostBinvar()
269 (*nchgbds)++; in propagateRedcostBinvar()
290 (*nchgbds)++; in propagateRedcostBinvar()
346 (*nchgbds)++; in propagateRedcostBinvar()
354 (*nchgbds)++; in propagateRedcostBinvar()
427 (*nchgbds)++; in propagateRedcostVar()
485 (*nchgbds)++; in propagateRedcostVar()
574 int nchgbds; in SCIP_DECL_PROPEXEC() local
652 nchgbds = 0; in SCIP_DECL_PROPEXEC()
[all …]
H A Dcons_linking.c1142 (*nchgbds)++; in tightenedLinkvar()
1191 (*nchgbds)++; in tightenedLinkvar()
1894 int nchgbds; in enforceConstraint() local
1906 nchgbds = 0; in enforceConstraint()
2144 int nchgbds; in SCIP_DECL_CONSSEPALP() local
2156 nchgbds = 0; in SCIP_DECL_CONSSEPALP()
2184 int nchgbds; in SCIP_DECL_CONSSEPASOL() local
2196 nchgbds = 0; in SCIP_DECL_CONSSEPASOL()
2244 int nchgbds; in SCIP_DECL_CONSENFOPS() local
2263 nchgbds = 0; in SCIP_DECL_CONSENFOPS()
[all …]
H A Dprop_probing.c591 *nchgbds += localnchgbds; in applyProbing()
960 oldnchgbds = *nchgbds; in SCIP_DECL_PROPPRESOL()
999 int nchgbds; in SCIP_DECL_PROPEXEC() local
1086 nchgbds = 0; in SCIP_DECL_PROPEXEC()
1358 assert(nchgbds != NULL); in SCIPanalyzeDeductionsProbing()
1496 (*nchgbds)++; in SCIPanalyzeDeductionsProbing()
1515 (*nchgbds)++; in SCIPanalyzeDeductionsProbing()
1587 (*nchgbds) += nboundchanges; in SCIPanalyzeDeductionsProbing()
1640 (*nchgbds) += nboundchanges; in SCIPanalyzeDeductionsProbing()
1659 (*nchgbds) += nboundchanges; in SCIPanalyzeDeductionsProbing()
[all …]
H A Dprop_rootredcost.c375 int* nchgbds, /**< pointer to store the number of bound changes */ in propagateBinaryBestRootRedcost() argument
442 (*nchgbds)++; in propagateBinaryBestRootRedcost()
572 int nchgbds; in SCIP_DECL_PROPEXEC() local
644 nchgbds = 0; in SCIP_DECL_PROPEXEC()
648 SCIP_CALL( propagateBinaryBestRootRedcost(scip, propdata, cutoffbound, &nchgbds, &cutoff) ); in SCIP_DECL_PROPEXEC()
665 nchgbds++; in SCIP_DECL_PROPEXEC()
676 else if( nchgbds > 0 ) in SCIP_DECL_PROPEXEC()
679 SCIPdebugMsg(scip, "tightened %d variable domains (%u cutoff)\n", nchgbds, cutoff); in SCIP_DECL_PROPEXEC()
H A Dpresol.c262 presol->nchgbds = 0; in SCIPpresolInit()
387 …int* nchgbds, /**< pointer to total number of variable bounds tightene… in SCIPpresolExec() argument
414 assert(nchgbds != NULL); in SCIPpresolExec()
433 nnewchgbds = *nchgbds - presol->lastnchgbds; in SCIPpresolExec()
445 presol->lastnchgbds = *nchgbds; in SCIPpresolExec()
465 nfixedvars, naggrvars, nchgvartypes, nchgbds, naddholes, in SCIPpresolExec()
475 presol->nchgbds += *nchgbds - presol->lastnchgbds; in SCIPpresolExec()
744 return presol->nchgbds; in SCIPpresolGetNChgBds()
H A Dcons_varbound.c1411 assert(nchgbds != NULL); in propagateCons()
1517 (*nchgbds)++; in propagateCons()
1660 (*nchgbds)++; in propagateCons()
2211 assert(nchgbds != NULL); in preprocessConstraintPairs()
2960 assert(nchgbds != NULL); in applyFixings()
3611 (*nchgbds)++; in tightenCoefs()
3624 (*nchgbds)++; in tightenCoefs()
3852 assert(nchgbds != NULL); in upgradeConss()
4461 int nchgbds = 0; in SCIP_DECL_CONSPROP() local
4482 else if( nchgbds > 0 ) in SCIP_DECL_CONSPROP()
[all …]
H A Dpresol_domcol.c1250 (*nchgbds)++; in predBndStr()
1278 (*nchgbds)++; in predBndStr()
1307 (*nchgbds)++; in predBndStr()
1334 (*nchgbds)++; in predBndStr()
1363 (*nchgbds)++; in predBndStr()
1387 (*nchgbds)++; in predBndStr()
1590 assert(nchgbds != NULL); in findDominancePairs()
1931 varstofix, nchgbds) ); in findDominancePairs()
1950 varstofix, nchgbds) ); in findDominancePairs()
2051 naddconss, ndelconss, nchgcoefs, nchgbds, nfixedvars) ); in SCIP_DECL_PRESOLEXEC()
[all …]
H A Dprop.c344 prop->nchgbds = 0; in SCIPpropInit()
518 …int* nchgbds, /**< pointer to total number of variable bounds tightene… in SCIPpropPresol() argument
533 assert(nchgbds != NULL); in SCIPpropPresol()
571 nnewchgbds = *nchgbds - prop->lastnchgbds; in SCIPpropPresol()
583 prop->lastnchgbds = *nchgbds; in SCIPpropPresol()
598 nfixedvars, naggrvars, nchgvartypes, nchgbds, naddholes, in SCIPpropPresol()
608 prop->nchgbds += *nchgbds - prop->lastnchgbds; in SCIPpropPresol()
1193 return prop->nchgbds; in SCIPpropGetNChgBds()
H A Dpresol_trivial.c137 (*nchgbds)++; in SCIP_DECL_PRESOLEXEC()
144 (*nchgbds)++; in SCIP_DECL_PRESOLEXEC()
H A Dprop_pseudoobj.c2550 (*nchgbds)++; in propagateCutoffboundGlobally()
2570 (*nchgbds)++; in propagateCutoffboundGlobally()
2612 (*nchgbds)++; in propagateCutoffboundGlobally()
2766 int nchgbds; in propagateCutoffbound() local
2797 nchgbds = 0; in propagateCutoffbound()
2894 nchgbds++; in propagateCutoffbound()
2935 nchgbds++; in propagateCutoffbound()
2943 if( nchgbds > 0 ) in propagateCutoffbound()
3230 int nchgbds; in propagateLowerbound() local
3236 nchgbds = 0; in propagateLowerbound()
[all …]
H A Dstruct_presol.h66 …int nchgbds; /**< total number of variable bounds tightened by this p… member
H A Dprop_vbounds.c1656 assert(nchgbds != NULL); in tightenVarLb()
1704 (*nchgbds)++; in tightenVarLb()
1740 assert(nchgbds != NULL); in tightenVarUb()
1788 (*nchgbds)++; in tightenVarUb()
1815 int nchgbds; in propagateVbounds() local
1881 nchgbds = 0; in propagateVbounds()
2021 force, 0.0, 0.0, FALSE, &nchgbds, result) ); in propagateVbounds()
2062 coef, constant, TRUE, &nchgbds, result) ); in propagateVbounds()
2067 coef, constant, TRUE, &nchgbds, result) ); in propagateVbounds()
2097 SCIPdebugMsg(scip, "tightened %d variable bounds\n", nchgbds); in propagateVbounds()
[all …]
H A Dpresol_milp.cpp238 naddconss, ndelconss, nchgcoefs, nchgbds, nfixedvars) ); in SCIP_DECL_PRESOLEXEC()
273 int oldnchgbds = *nchgbds; in SCIP_DECL_PRESOLEXEC()
612 *nchgbds += 1; in SCIP_DECL_PRESOLEXEC()
628 *nchgbds += 1; in SCIP_DECL_PRESOLEXEC()
643 *nfixedvars - oldnfixedvars, *nchgbds - oldnchgbds); in SCIP_DECL_PRESOLEXEC()
H A Dprop_probing.h98 …int* nchgbds, /**< pointer to counter which is increased by the number…
H A Dstruct_prop.h81 …int nchgbds; /**< total number of variable bounds tightened by this p… member
H A Dtype_presol.h161 int* nfixedvars, int* naggrvars, int* nchgvartypes, int* nchgbds, int* naddholes, \
H A Dcons_linear.c5387 (*nchgbds)++; in tightenVarUb()
5456 (*nchgbds)++; in tightenVarLb()
6451 ++(*nchgbds); in rangedRowPropagation()
6472 ++(*nchgbds); in rangedRowPropagation()
6545 ++(*nchgbds); in rangedRowPropagation()
6567 ++(*nchgbds); in rangedRowPropagation()
6613 ++(*nchgbds); in rangedRowPropagation()
6634 ++(*nchgbds); in rangedRowPropagation()
16095 int nchgbds; in SCIP_DECL_CONSPROP() local
16134 nchgbds = 0; in SCIP_DECL_CONSPROP()
[all …]
H A Dcons_cumulative.c4131 (*nchgbds)++; in coretimesUpdateLb()
4274 (*nchgbds)++; in coretimesUpdateUb()
5470 (*nchgbds)++; in propagateTTEF()
5536 (*nchgbds)++; in propagateTTEF()
7479 oldnchgbds = *nchgbds; in propagateCons()
9358 (*nchgbds)++; in adjustOversizedJobBounds()
9366 (*nchgbds)++; in adjustOversizedJobBounds()
13075 int nchgbds; in SCIP_DECL_CONSPROP() local
13092 nchgbds = 0; in SCIP_DECL_CONSPROP()
13109 … &nchgbds, &naggrvars, &nchgbds, &ndelconss, &nchgbds, &nchgbds, &nchgbds, &cutoff, &cutoff) ); in SCIP_DECL_CONSPROP()
[all …]
H A Dcons_varbound.h195 int* nchgbds /**< pointer to count number of bound changes */
H A Dpresol.h106 …int* nchgbds, /**< pointer to total number of variable bounds tightene…
H A Dtype_prop.h187 int* nfixedvars, int* naggrvars, int* nchgvartypes, int* nchgbds, int* naddholes, \
H A Dcons_abspower.c1527 ++*nchgbds; in tightenBounds()
1546 ++*nchgbds; in tightenBounds()
5364 int nchgbds; in enforceConstraint() local
5375 nchgbds = 0; in enforceConstraint()
5383 if( nchgbds ) in enforceConstraint()
6254 int nchgbds; in SCIP_DECL_CONSENFOPS() local
6265 nchgbds = 0; in SCIP_DECL_CONSENFOPS()
6273 if( nchgbds ) in SCIP_DECL_CONSENFOPS()
6320 int nchgbds; in SCIP_DECL_CONSPROP() local
6336 nchgbds = 0; in SCIP_DECL_CONSPROP()
[all …]
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dpropagator.pxi106 … int* nfixedvars, int* naggrvars, int* nchgvartypes, int* nchgbds, int* naddholes,
116 result_dict["nchgbds"] = nchgbds[0]
131 nchgbds[0] = result_dict["nchgbds"]
H A Dpresol.pxi76 … int* nfixedvars, int* naggrvars, int* nchgvartypes, int* nchgbds, int* naddholes, argument
86 nchgbds[0] += result_dict.get("nnewchgbds", 0)
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c1647 (*nchgbds)++; in solveSubproblem()
1656 (*nchgbds)++; in solveSubproblem()
2132 (*nchgbds)++; in fixIntegerVariable()
2897 (*nchgbds)++; in propagateCons()
2927 (*nchgbds)++; in propagateCons()
2942 (*nchgbds)++; in propagateCons()
3394 int nchgbds; in SCIP_DECL_CONSPROP() local
3407 nchgbds = 0; in SCIP_DECL_CONSPROP()
3422 oldnchgbds = nchgbds; in SCIP_DECL_CONSPROP()
3455 if( oldnchgbds < nchgbds || oldnchgcoefs < nchgcoefs ) in SCIP_DECL_CONSPROP()
[all …]

123