Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_var.h1456 #define SCIPboundchgGetBoundtype(boundchg) ((SCIP_BOUNDTYPE)((boundchg)->boundtype)) macro
H A Dvar.c16943 SCIP_BOUNDTYPE SCIPboundchgGetBoundtype( in SCIPboundchgGetBoundtype() function