Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_lp.h468 int SCIProwGetLPDepth(
528 #define SCIProwGetLPDepth(row) (row)->lpdepth macro
H A Dconflict.c7045 int lpdepth = SCIProwGetLPDepth(row); in getFarkasProof()
7269 int lpdepth = SCIProwGetLPDepth(row); in getDualProof()
H A Dlp.c16788 #undef SCIProwGetLPDepth
17376 int SCIProwGetLPDepth( in SCIProwGetLPDepth() function