Home
last modified time | relevance | path

Searched defs:SCIPlpGetNNewcols (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.h1594 #define SCIPlpGetNNewcols(lp) ((lp)->ncols - (lp)->firstnewcol) macro
H A Dlp.c17480 int SCIPlpGetNNewcols( in SCIPlpGetNNewcols() function