Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_lp.h512 #define SCIProwGetDualsol(row) ((row)->lppos >= 0 ? (row)->dualsol : 0.0) macro
H A Dlp.c17176 SCIP_Real SCIProwGetDualsol( in SCIProwGetDualsol() function