Home
last modified time | relevance | path

Searched refs:domchgcount (Results 1 – 8 of 8) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_stat.h105 …SCIP_Longint domchgcount; /**< internal counter, where all domain changes are coun… member
H A Dcons.c3163 assert(conshdlr->lastenfopsdomchgcount != stat->domchgcount in SCIPconshdlrEnforceRelaxSol()
3179 && conshdlr->lastenforelaxdomchgcount == stat->domchgcount in SCIPconshdlrEnforceRelaxSol()
3240 conshdlr->lastenforelaxdomchgcount = stat->domchgcount; in SCIPconshdlrEnforceRelaxSol()
3345 || conshdlr->lastenfolpdomchgcount != stat->domchgcount in SCIPconshdlrEnforceLPSol()
3365 && conshdlr->lastenfolpdomchgcount == stat->domchgcount in SCIPconshdlrEnforceLPSol()
3420 conshdlr->lastenfolpdomchgcount = stat->domchgcount; in SCIPconshdlrEnforceLPSol()
3551 assert(conshdlr->lastenfopsdomchgcount != stat->domchgcount in SCIPconshdlrEnforcePseudoSol()
3631 conshdlr->lastenfopsdomchgcount = stat->domchgcount; in SCIPconshdlrEnforcePseudoSol()
3809 assert(conshdlr->lastpropdomchgcount != stat->domchgcount in SCIPconshdlrPropagate()
3869 lastpropdomchgcount = stat->domchgcount; in SCIPconshdlrPropagate()
[all …]
H A Dsolve.c2543 olddomchgcount = stat->domchgcount; in priceAndCutLoop()
2645 if( stat->domchgcount != olddomchgcount ) in priceAndCutLoop()
2690 … if( stat->domchgcount != olddomchgcount && (!mustprice || mustsepa) && !(*cutoff) in priceAndCutLoop()
3078 olddomchgcount = stat->domchgcount; in solveNodeLP()
3088 (stat->domchgcount != olddomchgcount) ) in solveNodeLP()
3585 olddomchgcount = stat->domchgcount; in applyCuts()
3589 *propagateagain = *propagateagain || (stat->domchgcount != olddomchgcount); in applyCuts()
3591 …if( (stat->domchgcount != olddomchgcount) || (SCIPsepastoreGetNCutsApplied(sepastore) != oldncutsa… in applyCuts()
4133 lastdomchgcount = stat->domchgcount; in solveNode()
4293 if( lastdomchgcount != stat->domchgcount || lastlpcount != stat->lpcount ) in solveNode()
[all …]
H A Dconcurrent.c730 target->stat->domchgcount = source->stat->domchgcount; in SCIPcopyConcurrentSolvingStats()
H A Dnlp.c1358 nlrow->validactivitybdsdomchg = stat->domchgcount; in nlrowCalcActivityBounds()
3028 nlrow->validpsactivitydomchg = stat->domchgcount; in SCIPnlrowRecalcPseudoActivity()
3044 assert(nlrow->validpsactivitydomchg <= stat->domchgcount); in SCIPnlrowGetPseudoActivity()
3047 if( nlrow->validpsactivitydomchg != stat->domchgcount ) in SCIPnlrowGetPseudoActivity()
3051 assert(nlrow->validpsactivitydomchg == stat->domchgcount); in SCIPnlrowGetPseudoActivity()
3197 assert(nlrow->validactivitybdsdomchg <= stat->domchgcount); in SCIPnlrowGetActivityBounds()
3200 if( nlrow->validactivitybdsdomchg != stat->domchgcount ) in SCIPnlrowGetActivityBounds()
3204 assert(nlrow->validactivitybdsdomchg == stat->domchgcount); in SCIPnlrowGetActivityBounds()
H A Dstat.c248 stat->domchgcount = 0; in SCIPstatReset()
H A Dlp.c5594 if( row->validpsactivitydomchg == stat->domchgcount ) in SCIProwChgConstant()
5599 if( row->validactivitybdsdomchg == stat->domchgcount ) in SCIProwChgConstant()
6405 row->validpsactivitydomchg = stat->domchgcount; in SCIProwRecalcPseudoActivity()
6421 assert(row->validpsactivitydomchg <= stat->domchgcount); in SCIProwGetPseudoActivity()
6424 if( row->validpsactivitydomchg != stat->domchgcount ) in SCIProwGetPseudoActivity()
6426 assert(row->validpsactivitydomchg == stat->domchgcount); in SCIProwGetPseudoActivity()
6565 row->validactivitybdsdomchg = stat->domchgcount; in rowCalcActivityBounds()
6594 assert(row->validactivitybdsdomchg <= stat->domchgcount); in SCIProwGetMinActivity()
6597 if( row->validactivitybdsdomchg != stat->domchgcount ) in SCIProwGetMinActivity()
6618 if( row->validactivitybdsdomchg != stat->domchgcount ) in SCIProwGetMaxActivity()
[all …]
H A Dvar.c7500 SCIPstatIncrement(stat, set, domchgcount); in varProcessChgLbLocal()
7667 SCIPstatIncrement(stat, set, domchgcount); in varProcessChgUbLocal()
8977 SCIPstatIncrement(stat, set, domchgcount); in SCIPvarAddHoleLocal()
8984 SCIPstatIncrement(stat, set, domchgcount); in SCIPvarAddHoleLocal()