Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_var.h959 #define SCIPvarIsInLP(var) ((var)->varstatus == SCIP_VARSTATUS_COLUMN && SCIPcolIsInLP… macro
H A Dvar.c17391 SCIP_Bool SCIPvarIsInLP( in SCIPvarIsInLP() function