Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.c6269 #define ARRAYGROWTH 5 macro
6286 …vebdchgdirs[idx], tree->divebdchgsize[idx], tree->divebdchgsize[idx] + ARRAYGROWTH) ); /*lint !e86… in SCIPtreeAddDiveBoundChange()
6287 …vebdchgvars[idx], tree->divebdchgsize[idx], tree->divebdchgsize[idx] + ARRAYGROWTH) ); /*lint !e86… in SCIPtreeAddDiveBoundChange()
6288 …vebdchgvals[idx], tree->divebdchgsize[idx], tree->divebdchgsize[idx] + ARRAYGROWTH) ); /*lint !e86… in SCIPtreeAddDiveBoundChange()
6289 tree->divebdchgsize[idx] += ARRAYGROWTH; in SCIPtreeAddDiveBoundChange()