Home
last modified time | relevance | path

Searched refs:nholechgs (Results 1 – 10 of 10) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_var.h135 int nholechgs; /**< number of hole list changes */ member
145 int nholechgs; /**< number of hole list changes */ member
H A Dsepa.c426 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPsepaExecLP()
466 sepa->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPsepaExecLP()
537 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPsepaExecSol()
574 sepa->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPsepaExecSol()
H A Dstruct_stat.h107 …SCIP_Longint nholechgs; /**< total number of hole changes generated in the tree … member
H A Dbranch.c1581 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPbranchruleExecLPSol()
1626 branchrule->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPbranchruleExecLPSol()
1689 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPbranchruleExecExternSol()
1734 branchrule->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPbranchruleExecExternSol()
1792 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPbranchruleExecPseudoSol()
1835 branchrule->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPbranchruleExecPseudoSol()
H A Dprop.c665 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPpropExec()
691 prop->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPpropExec()
H A Dcons.c2932 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPconshdlrSeparateLP()
2977 conshdlr->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPconshdlrSeparateLP()
3063 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPconshdlrSeparateSol()
3104 conshdlr->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPconshdlrSeparateSol()
3249 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPconshdlrEnforceRelaxSol()
3289 conshdlr->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPconshdlrEnforceRelaxSol()
3429 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPconshdlrEnforceLPSol()
3471 conshdlr->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPconshdlrEnforceLPSol()
3638 oldndomchgs = stat->nboundchgs + stat->nholechgs; in SCIPconshdlrEnforcePseudoSol()
3691 conshdlr->ndomredsfound += stat->nboundchgs + stat->nholechgs - oldndomchgs; in SCIPconshdlrEnforcePseudoSol()
[all …]
H A Dconcurrent.c732 target->stat->nholechgs = source->stat->nholechgs; in SCIPcopyConcurrentSolvingStats()
H A Dstat.c250 stat->nholechgs = 0; in SCIPstatReset()
H A Dvar.c977 (*domchg)->domchgdyn.nholechgs = 0; in domchgCreate()
1055 (*domchg)->domchgdyn.nholechgs = 0; in domchgMakeDynamic()
1064 (*domchg)->domchgdyn.holechgssize = (*domchg)->domchgdyn.nholechgs; in domchgMakeDynamic()
1111 if( (*domchg)->domchgboth.nholechgs == 0 ) in SCIPdomchgMakeStatic()
1125 if( (*domchg)->domchgboth.nholechgs == 0 ) in SCIPdomchgMakeStatic()
1265 for( i = 0; i < domchg->domchgboth.nholechgs; ++i ) in SCIPdomchgApply()
1267 SCIPsetDebugMsg(set, " -> %d hole changes\n", domchg->domchgboth.nholechgs); in SCIPdomchgApply()
1293 for( i = domchg->domchgboth.nholechgs-1; i >= 0; --i ) in SCIPdomchgUndo()
1295 SCIPsetDebugMsg(set, " -> %d hole changes\n", domchg->domchgboth.nholechgs); in SCIPdomchgUndo()
1476 holechg = &(*domchg)->domchgdyn.holechgs[(*domchg)->domchgdyn.nholechgs]; in SCIPdomchgAddHolechg()
[all …]
H A Dtree.c2186 stat->nholechgs++; in SCIPnodeAddHoleinfer()
2218 stat->nholechgs--; in SCIPnodeAddHoleinfer()