Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_lp.h456 SCIP_Bool SCIProwIsInGlobalCutpool(
526 #define SCIProwIsInGlobalCutpool(row) (row)->inglobalcutpool macro
H A Dcuts.c2584 scores[i] += SCIProwIsInGlobalCutpool(cuts[i]) ? 1e-4 : 0.0; in SCIPselectCuts()
2615 scores[i] += SCIProwIsInGlobalCutpool(cuts[i]) ? 1e-4 : 0.0; in SCIPselectCuts()
H A Dlp.c16786 #undef SCIProwIsInGlobalCutpool
17355 SCIP_Bool SCIProwIsInGlobalCutpool( in SCIProwIsInGlobalCutpool() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG6342 - SCIProwIsInGlobalCutpool()