Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_matrix.h249 #define SCIPmatrixGetColLb(matrix,col) (matrix->lb[col]) macro
H A Dmatrix.c1585 SCIP_Real SCIPmatrixGetColLb( in SCIPmatrixGetColLb() function