Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_redvub.c454 int nvbcons; in findVarAggrRedVbcons() local
481 nvbcons = 0; in findVarAggrRedVbcons()
493 vbcons[nvbcons] = *colpnt; in findVarAggrRedVbcons()
496 conidxs[nvbcons] = conidx; in findVarAggrRedVbcons()
497 binidxs[nvbcons] = binidx; in findVarAggrRedVbcons()
498 nvbcons++; in findVarAggrRedVbcons()
501 if( nvbcons >= 2 ) in findVarAggrRedVbcons()
509 nvbcons = 0; in findVarAggrRedVbcons()
521 vbcons[nvbcons] = *colpnt; in findVarAggrRedVbcons()
526 nvbcons++; in findVarAggrRedVbcons()
[all …]