Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_stat.h217 int nrowidx; /**< number of used row indices */ member
H A Dstat.c175 stat->marked_nrowidx = stat->nrowidx; in SCIPstatMark()
262 stat->nrowidx = stat->marked_nrowidx; in SCIPstatReset()
H A Dlp.c5187 (*row)->index = stat->nrowidx; in SCIProwCreate()
5188 SCIPstatIncrement(stat, set, nrowidx); in SCIProwCreate()