Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_implics.c75 int nbdchgs; in SCIP_DECL_PRESOLEXEC() local
88 nbdchgs = 0; in SCIP_DECL_PRESOLEXEC()
175 SCIP_CALL( SCIPreallocBufferArray(scip, &bdchgvars, nbdchgs+1) ); in SCIP_DECL_PRESOLEXEC()
176 SCIP_CALL( SCIPreallocBufferArray(scip, &bdchgtypes, nbdchgs+1) ); in SCIP_DECL_PRESOLEXEC()
177 SCIP_CALL( SCIPreallocBufferArray(scip, &bdchgvals, nbdchgs+1) ); in SCIP_DECL_PRESOLEXEC()
178 bdchgvars[nbdchgs] = implvars[0][i0]; in SCIP_DECL_PRESOLEXEC()
179 bdchgtypes[nbdchgs] = impltypes[0][i0]; in SCIP_DECL_PRESOLEXEC()
190 … SCIPvarGetName(bdchgvars[nbdchgs]), bdchgtypes[nbdchgs] == SCIP_BOUNDTYPE_LOWER ? ">=" : "<=", in SCIP_DECL_PRESOLEXEC()
191 bdchgvals[nbdchgs]); in SCIP_DECL_PRESOLEXEC()
193 nbdchgs++; in SCIP_DECL_PRESOLEXEC()
[all …]
H A Dbranch_relpscost.c636 assert(nbdchgs != NULL); in addBdchg()
645 (*bdchginds)[*nbdchgs] = ind; in addBdchg()
646 (*bdchgtypes)[*nbdchgs] = type; in addBdchg()
647 (*bdchgbounds)[*nbdchgs] = bound; in addBdchg()
648 (*nbdchgs)++; in addBdchg()
666 assert(nbdchgs != NULL); in freeBdchgs()
671 *nbdchgs = 0; in freeBdchgs()
708 for( i = 0; i < nbdchgs; ++i ) in applyBdchgs()
851 int nbdchgs; in execRelpscost() local
978 nbdchgs = 0; in execRelpscost()
[all …]
H A Dsepa_rapidlearning.c191 int nbdchgs; /* statistic: number of bound changes applied */ in setupAndSolveSubscipRapidlearning() local
542 nbdchgs = 0; in setupAndSolveSubscipRapidlearning()
573 nbdchgs++; in setupAndSolveSubscipRapidlearning()
583 nbdchgs++; in setupAndSolveSubscipRapidlearning()
595 nbdchgs++; in setupAndSolveSubscipRapidlearning()
605 nbdchgs++; in setupAndSolveSubscipRapidlearning()
612 …if( sepadata->applyinfervals && global && (!sepadata->reducedinfer || soladded || nbdchgs + nconfl… in setupAndSolveSubscipRapidlearning()
656 …nconflicts, global ? "global" : "local", nbdchgs, soladded ? "found" : "no", dualboundchg ? "foun… in setupAndSolveSubscipRapidlearning()
667 else if( nbdchgs > 0 ) in setupAndSolveSubscipRapidlearning()
H A Dconflict.c885 lpbdchgs->nbdchgs = 0; in lpbdchgsReset()
2282 *nbdchgs = 0; in detectImpliedBounds()
3408 int nbdchgs; in conflictAddConflictCons() local
4460 int nbdchgs; in SCIPconflictAddRelaxedBound() local
4550 nbdchgs--; in SCIPconflictAddRelaxedBound()
4596 nbdchgs--; in SCIPconflictAddRelaxedBound()
6533 int nbdchgs; in conflictAnalyzeRemainingBdchgs() local
6567 nbdchgs = 0; in conflictAnalyzeRemainingBdchgs()
6617 nbdchgs++; in conflictAnalyzeRemainingBdchgs()
6626 nbdchgs++; in conflictAnalyzeRemainingBdchgs()
[all …]
H A Dvar.h913 …int* nbdchgs /**< pointer to store the number of performed bound chan…
938 …int* nbdchgs /**< pointer to store the number of performed bound chan…
966 …int* nbdchgs /**< pointer to store the number of performed bound chan…
985 …int* nbdchgs /**< pointer to count the number of performed bound chan…
1009 …int* nbdchgs /**< pointer to count the number of performed bound chan…
H A Dvar.c9276 (*nbdchgs)++; in applyImplic()
9473 (*nbdchgs)++; in varAddImplic()
9839 if( nbdchgs != NULL ) in SCIPvarAddVlb()
9840 *nbdchgs = 0; in SCIPvarAddVlb()
10258 nbdchgs) ); in SCIPvarAddVlb()
10303 if( nbdchgs != NULL ) in SCIPvarAddVub()
10304 *nbdchgs = 0; in SCIPvarAddVub()
10703 nbdchgs) ); in SCIPvarAddVub()
10749 if( nbdchgs != NULL ) in SCIPvarAddImplic()
10750 *nbdchgs = 0; in SCIPvarAddImplic()
[all …]
H A Dimplics.c1896 assert(nbdchgs != NULL); in sortAndMergeClique()
1902 noldbdchgs = *nbdchgs; in sortAndMergeClique()
1988 cliquetable, fixvalue, infeasible, nbdchgs) ); in sortAndMergeClique()
2080 if( *nbdchgs > noldbdchgs ) in sortAndMergeClique()
2220 eventqueue, cliquetable, clqvalues[0], infeasible, nbdchgs) ); in sortAndMergeClique()
2496 if( nbdchgs != NULL ) in SCIPcliquetableAdd()
2497 *nbdchgs += nlocalbdchgs; in SCIPcliquetableAdd()
2520 if( nbdchgs != NULL ) in SCIPcliquetableAdd()
2521 *nbdchgs += nlocalbdchgs; in SCIPcliquetableAdd()
2540 if( nbdchgs != NULL ) in SCIPcliquetableAdd()
[all …]
H A Dstruct_conflict.h100 int nbdchgs; /**< number of stored LP bound changes */ member
H A Dscip_var.h2386 …int* nbdchgs /**< pointer to store the number of performed bound chan…
2412 …int* nbdchgs /**< pointer to store the number of performed bound chan…
2440 …int* nbdchgs /**< pointer to store the number of performed bound chan…
2463 …int* nbdchgs /**< pointer to store the number of performed bound chan…
H A Dprop_probing.c115 int nbdchgs; /**< total number of bound changes found in probing */ member
146 propdata->nbdchgs = 0; in initPropdata()
410 … propdata->nfixings, propdata->naggregations, propdata->nimplications, propdata->nbdchgs); in applyProbing()
460 … propdata->nfixings, propdata->naggregations, propdata->nimplications, propdata->nbdchgs); in applyProbing()
594 propdata->nbdchgs += localnchgbds; in applyProbing()
H A Dscip_copy.c2332 …int* nbdchgs, /**< pointer to store the number of performed bound chan… in SCIPcopyImplicationsCliques() argument
2356 if ( nbdchgs != NULL ) in SCIPcopyImplicationsCliques()
2357 *nbdchgs = 0; in SCIPcopyImplicationsCliques()
2412 if ( nbdchgs != NULL ) in SCIPcopyImplicationsCliques()
2413 *nbdchgs += nboundchg; in SCIPcopyImplicationsCliques()
2468 if ( nbdchgs != NULL ) in SCIPcopyImplicationsCliques()
2469 *nbdchgs += nboundchg; in SCIPcopyImplicationsCliques()
H A Dscip_copy.h844 …int* nbdchgs, /**< pointer to store the number of performed bound chan…
H A Dimplics.h329 …int* nbdchgs /**< pointer to count the number of performed bound chan…
H A Dscip_var.c6653 *nbdchgs = nlocalbdchgs; in SCIPaddVarVlb()
6674 *nbdchgs += nlocalbdchgs; in SCIPaddVarVlb()
6712 *nbdchgs = nlocalbdchgs; in SCIPaddVarVub()
6733 *nbdchgs += nlocalbdchgs; in SCIPaddVarVub()
6773 if ( nbdchgs != NULL ) in SCIPaddVarImplication()
6774 *nbdchgs = 0; in SCIPaddVarImplication()
6836 implbound - lby, lby, TRUE, infeasible, nbdchgs) ); in SCIPaddVarImplication()
6877 implbound, TRUE, infeasible, nbdchgs) ); in SCIPaddVarImplication()
6908 if( nbdchgs != NULL ) in SCIPaddClique()
6909 *nbdchgs = 0; in SCIPaddClique()
[all …]
H A Dcons_linear.c8050 int nbdchgs = 0; in extractCliques() local
8300 int nbdchgs; in extractCliques() local
8351 *nchgbds += nbdchgs; in extractCliques()
8384 *nchgbds += nbdchgs; in extractCliques()
8501 *nchgbds += nbdchgs; in extractCliques()
8537 *nchgbds += nbdchgs; in extractCliques()
8661 *nchgbds += nbdchgs; in extractCliques()
8697 *nchgbds += nbdchgs; in extractCliques()
8819 *nchgbds += nbdchgs; in extractCliques()
8904 int nbdchgs; in extractCliques() local
[all …]
H A Dcons_abspower.c3167 …int* nbdchgs, /**< pointer where to add number of performed bound chan… in addVarbound() argument
3228 *nbdchgs += nbdchgs_local; in addVarbound()
3236 *nbdchgs += nbdchgs_local; in addVarbound()
3268 …int* nbdchgs, /**< pointer where to add number of performed bound chan… in propagateVarbounds() argument
3287 assert(nbdchgs != NULL); in propagateVarbounds()
3336 …varboundcons, consdata->z, y, -vbcoef, vbconst, SCIPinfinity(scip), infeas, nbdchgs, naddconss) ); in propagateVarbounds()
3341 …varboundcons, consdata->z, y, -vbcoef, -SCIPinfinity(scip), vbconst, infeas, nbdchgs, naddconss) ); in propagateVarbounds()
3381 …varboundcons, consdata->z, y, -vbcoef, -SCIPinfinity(scip), vbconst, infeas, nbdchgs, naddconss) ); in propagateVarbounds()
3386 …varboundcons, consdata->z, y, -vbcoef, vbconst, SCIPinfinity(scip), infeas, nbdchgs, naddconss) ); in propagateVarbounds()
3419 …nsdata->x, y, fb - fab, fb - consdata->xoffset, SCIPinfinity(scip), infeas, nbdchgs, naddconss) ); in propagateVarbounds()
[all …]
H A Dcons_knapsack.c10892 …int*const nbdchgs /**< pointer to count the number of performed bound chan… in addNegatedCliques() argument
10919 assert(nbdchgs != NULL); in addNegatedCliques()
11051 *nbdchgs += thisnbdchgs; in addNegatedCliques()
11064 *nbdchgs += thisnbdchgs; in addNegatedCliques()
11099 …int*const nbdchgs /**< pointer to count the number of performed bound chan… in greedyCliqueAlgorithm() argument
11139 *nbdchgs += thisnbdchgs; in greedyCliqueAlgorithm()
11180 *nbdchgs += thisnbdchgs; in greedyCliqueAlgorithm()
11206 …int*const nbdchgs /**< pointer to count the number of performed bound chan… in addCliques() argument
11225 assert(nbdchgs != NULL); in addCliques()
11302 SCIP_CALL( addNegatedCliques(scip, cons, cutoff, nbdchgs ) ); in addCliques()
[all …]
H A Dcons_and.c3548 …int* nbdchgs, /**< pointer to count the number of performed bound chan… in preprocessConstraintPairs() argument
3561 assert(nbdchgs != NULL); in preprocessConstraintPairs()
3718 (*nbdchgs) += nboundchgs; in preprocessConstraintPairs()
3734 (*nbdchgs) += nboundchgs; in preprocessConstraintPairs()
H A Dbranch_lookahead.c3128 int nbdchgs; in applyBinaryConstraints() local
3135 SCIP_CALL( SCIPaddClique(scip, vars, values, nvars, FALSE, &infeasible, &nbdchgs) ); in applyBinaryConstraints()
3144 if( nbdchgs > 0 ) in applyBinaryConstraints()