Home
last modified time | relevance | path

Searched refs:ndelconss (Results 1 – 25 of 67) sorted by relevance

123

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c1541 ++(*ndelconss); in dualPresolving()
3192 ++(*ndelconss); in presolvePropagateCons()
3210 ++(*ndelconss); in presolvePropagateCons()
3259 ++(*ndelconss); in presolvePropagateCons()
3292 ++(*ndelconss); in presolvePropagateCons()
3750 ++(*ndelconss); in checkForOverlapping()
3760 ++(*ndelconss); in checkForOverlapping()
3939 ++(*ndelconss); in checkForOverlapping()
4116 ++(*ndelconss); in checkForOverlapping()
4612 ++(*ndelconss); in liftCliqueVariables()
[all …]
H A Dcons_logicor.c696 ++(*ndelconss); in dualPresolving()
845 ++(*ndelconss); in dualPresolving()
2003 (*ndelconss)++; in detectRedundantConstraints()
2045 (*ndelconss)++; in removeRedundantCons()
2825 ++(*ndelconss); in prepareCons()
2847 ++(*ndelconss); in prepareCons()
3248 ++(*ndelconss); in shortenConss()
3739 (*ndelconss)++; in fixDeleteOrUpgradeCons()
3763 (*ndelconss)++; in fixDeleteOrUpgradeCons()
4511 (*ndelconss)++; in SCIP_DECL_CONSPRESOL()
[all …]
H A Dpresol.c264 presol->ndelconss = 0; in SCIPpresolInit()
389 …int* ndelconss, /**< pointer to total number of deleted constraints of a… in SCIPpresolExec() argument
416 assert(ndelconss != NULL); in SCIPpresolExec()
435 nnewdelconss = *ndelconss - presol->lastndelconss; in SCIPpresolExec()
447 presol->lastndelconss = *ndelconss; in SCIPpresolExec()
466 ndelconss, naddconss, nupgdconss, nchgcoefs, nchgsides, result) ); in SCIPpresolExec()
477 presol->ndelconss += *ndelconss - presol->lastndelconss; in SCIPpresolExec()
764 return presol->ndelconss; in SCIPpresolGetNDelConss()
H A Dpresol_qpkktref.c707 assert( ndelconss != NULL ); in presolveAddKKTLinearConss()
745 ++(*ndelconss); in presolveAddKKTLinearConss()
777 assert( ndelconss != NULL ); in presolveAddKKTKnapsackConss()
826 ++(*ndelconss); in presolveAddKKTKnapsackConss()
857 assert( ndelconss != NULL ); in presolveAddKKTSetppcConss()
931 ++(*ndelconss); in presolveAddKKTSetppcConss()
963 assert( ndelconss != NULL ); in presolveAddKKTVarboundConss()
1019 ++(*ndelconss); in presolveAddKKTVarboundConss()
1051 assert( ndelconss != NULL ); in presolveAddKKTLogicorConss()
1102 ++(*ndelconss); in presolveAddKKTLogicorConss()
[all …]
H A Dcons_disjunction.c347 int* ndelconss /**< pointer to count number of deleted constraints */ in propagateCons() argument
357 assert(ndelconss != NULL); in propagateCons()
387 (*ndelconss)++; in propagateCons()
396 (*ndelconss)++; in propagateCons()
598 int ndelconss; in SCIP_DECL_CONSPROP() local
601 ndelconss = 0; in SCIP_DECL_CONSPROP()
609 SCIP_CALL( propagateCons(scip, conss[c], &ndelconss) ); in SCIP_DECL_CONSPROP()
614 if( ndelconss > 0 ) in SCIP_DECL_CONSPROP()
634 oldndelconss = *ndelconss; in SCIP_DECL_CONSPRESOL()
667 SCIP_CALL( propagateCons(scip, conss[c], ndelconss) ); in SCIP_DECL_CONSPRESOL()
[all …]
H A Dcons_and.c2558 ++(*ndelconss); in dualPresolve()
2577 ++(*ndelconss); in dualPresolve()
2586 ++(*ndelconss); in dualPresolve()
2705 ++(*ndelconss); in cliquePresolve()
2730 ++(*ndelconss); in cliquePresolve()
2748 ++(*ndelconss); in cliquePresolve()
2847 ++(*ndelconss); in cliquePresolve()
2885 ++(*ndelconss); in cliquePresolve()
3001 ++(*ndelconss); in cliquePresolve()
3260 ++(*ndelconss); in cliquePresolve()
[all …]
H A Dprop.c346 prop->ndelconss = 0; in SCIPpropInit()
520 …int* ndelconss, /**< pointer to total number of deleted constraints of a… in SCIPpropPresol() argument
535 assert(ndelconss != NULL); in SCIPpropPresol()
573 nnewdelconss = *ndelconss - prop->lastndelconss; in SCIPpropPresol()
585 prop->lastndelconss = *ndelconss; in SCIPpropPresol()
599 ndelconss, naddconss, nupgdconss, nchgcoefs, nchgsides, result) ); in SCIPpropPresol()
610 prop->ndelconss += *ndelconss - prop->lastndelconss; in SCIPpropPresol()
1213 return prop->ndelconss; in SCIPpropGetNDelConss()
H A Dcons_varbound.c1832 if( ndelconss != NULL ) in propagateCons()
1833 (*ndelconss)++; in propagateCons()
2212 assert(ndelconss != NULL); in preprocessConstraintPairs()
2660 ++(*ndelconss); in preprocessConstraintPairs()
2690 ++(*ndelconss); in preprocessConstraintPairs()
2764 ++(*ndelconss); in preprocessConstraintPairs()
3368 (*ndelconss)++; in applyFixings()
3636 ++(*ndelconss); in tightenCoefs()
3944 ++(*ndelconss); in upgradeConss()
3983 ++(*ndelconss); in upgradeConss()
[all …]
H A Dstruct_presol.h68 …int ndelconss; /**< total number of deleted constraints by this presolv… member
H A Dstruct_prop.h83 …int ndelconss; /**< total number of deleted constraints by this propaga… member
H A Dtype_presol.h162 …int* ndelconss, int* naddconss, int* nupgdconss, int* nchgcoefs, int* nchgsides, SCIP_RESULT* resu…
H A Dcons_logicor.h171 …int* ndelconss, /**< pointer to count number of deleted (logicor) constr…
H A Dcons_varbound.h194 …int* ndelconss, /**< pointer to count number of deleted (varbound) const…
H A Dpresol.h108 …int* ndelconss, /**< pointer to total number of deleted constraints of a…
H A Dcons_xor.c3381 assert(ndelconss != NULL); in cliquePresolve()
3640 ++(*ndelconss); in cliquePresolve()
3669 assert(ndelconss != NULL); in detectRedundantConstraints()
3752 ++(*ndelconss); in detectRedundantConstraints()
3821 (*ndelconss)++; in detectRedundantConstraints()
3974 ++(*ndelconss); in preprocessConstraintPairs()
3998 ++(*ndelconss); in preprocessConstraintPairs()
4194 (*ndelconss)++; in preprocessConstraintPairs()
4278 (*ndelconss)++; in preprocessConstraintPairs()
4323 (*ndelconss)++; in preprocessConstraintPairs()
[all …]
H A Dtype_prop.h188 …int* ndelconss, int* naddconss, int* nupgdconss, int* nchgcoefs, int* nchgsides, SCIP_RESULT* resu…
H A Dcons_pseudoboolean.c5029 ++(*ndelconss); in propagateCons()
5143 ++(*ndelconss); in correctConshdlrdata()
5311 ++(*ndelconss); in correctConshdlrdata()
5548 ++(*ndelconss); in updateConsanddataUses()
6012 (*ndelconss) += 2; in tryUpgradingXor()
6185 (*ndelconss) += 2; in tryUpgradingLogicor()
6530 (*ndelconss) += 2; in tryUpgradingLogicor()
7065 ++(*ndelconss); in tryUpgrading()
7433 (*ndelconss) += 2; in findAggregation()
7536 (*ndelconss) += 2; in findAggregation()
[all …]
H A Dcons_knapsack.c6802 (*ndelconss)++; in dualPresolving()
7831 ++(*ndelconss); in upgradeCons()
8267 ++(*ndelconss); in detectRedundantVars()
8432 ++(*ndelconss); in dualWeightsTightening()
9254 ++(*ndelconss); in prepareCons()
9285 ++(*ndelconss); in prepareCons()
9308 ++(*ndelconss); in prepareCons()
10603 ++(*ndelconss); in tightenWeights()
11538 ++(*ndelconss); in detectRedundantConstraints()
11738 ++(*ndelconss); in preprocessConstraintPairs()
[all …]
H A Dpresol_gateextraction.c802 int* ndelconss, /**< pointer to store number of deleted constraints */ in extractGates() argument
826 assert(ndelconss != NULL); in extractGates()
1046 ++(*ndelconss); in extractGates()
1085 ++(*ndelconss); in extractGates()
1109 ++(*ndelconss); in extractGates()
1669 ++(*ndelconss); in SCIP_DECL_PRESOLEXEC()
1676 ++(*ndelconss); in SCIP_DECL_PRESOLEXEC()
1753 …p, presoldata, c, varmap, gateconss, activevars, posresultants, &hashdata, ndelconss, naddconss) ); in SCIP_DECL_PRESOLEXEC()
H A Dcons_setppc.h316 …int* ndelconss, /**< pointer to count number of deleted (setppc) constra…
H A Dprop.h132 …int* ndelconss, /**< pointer to total number of deleted constraints of a…
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dpropagator.pxi107 …int* ndelconss, int* naddconss, int* nupgdconss, int* nchgcoefs, int* nchgsides, SCIP_RESULT* resu…
118 result_dict["ndelconss"] = ndelconss[0]
133 ndelconss[0] = result_dict["ndelconss"]
H A Dpresol.pxi77 …int* ndelconss, int* naddconss, int* nupgdconss, int* nchgcoefs, int* nchgsides, SCIP_RESULT* resu… argument
88 ndelconss[0] += result_dict.get("nnewdelconss", 0)
H A Dconshdlr.pxi325 …int* ndelconss, int* naddconss, int* nupgdconss, int* nchgcoefs, int* nchgsides, SCIP_RESULT* resu… argument
337 result_dict["ndelconss"] = ndelconss[0]
352 ndelconss[0] = result_dict["ndelconss"]
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c1509 (*ndelconss)++; in checkRedundancy()
1668 (*ndelconss)++; in solveSubproblem()
1965 (*ndelconss)++; in upgradeCons()
1983 (*ndelconss)++; in upgradeCons()
2802 nfixedones, nfixedvars, nchgbds, ndelconss, cutoff) ); in propagateCons()
3392 int ndelconss; in SCIP_DECL_CONSPROP() local
3405 ndelconss = 0; in SCIP_DECL_CONSPROP()
3441 SCIP_CALL( checkRedundancy(scip, cons, &ndelconss, &redundant) ); in SCIP_DECL_CONSPROP()
3500 oldndelconss = *ndelconss; in SCIP_DECL_CONSPRESOL()
3520 SCIP_CALL( upgradeCons(scip, cons, ndelconss, nupgdconss, &mustpropagate) ); in SCIP_DECL_CONSPRESOL()
[all …]

123