Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_var.h943 #define SCIPvarIsNegated(var) ((var)->varstatus == SCIP_VARSTATUS_NEGATED) macro
H A Dvar.c17171 SCIP_Bool SCIPvarIsNegated( in SCIPvarIsNegated() function