Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c17768 int ntotnonz = 0; in computeRelIntPoint() local
17837 ntotnonz += row->nlpcols + 1; in computeRelIntPoint()
17879 ntotnonz += lp->ncols + 2; in computeRelIntPoint()
17895 ntotnonz += 2; in computeRelIntPoint()
17905 ntotnonz += 3; in computeRelIntPoint()
17913 ntotnonz += 3; in computeRelIntPoint()
18111 assert( matidx <= ntotnonz ); in computeRelIntPoint()
18121 assert( matidx <= ntotnonz ); in computeRelIntPoint()
18148 assert( matidx <= ntotnonz ); in computeRelIntPoint()
18176 assert( matidx <= ntotnonz ); in computeRelIntPoint()
[all …]