Home
last modified time | relevance | path

Searched refs:divetypemask (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_heur.h82 …SCIP_DIVETYPE divetypemask; /**< bit mask that represents the supported dive types b… member
H A Dheur.h67 …SCIP_DIVETYPE divetypemask, /**< bit mask that represents the supported dive types b…
H A Dheur.c270 …SCIP_DIVETYPE divetypemask, /**< bit mask that represents the supported dive types b… in SCIPdivesetCreate()
308 diveset->divetypemask = divetypemask; in SCIPdivesetCreate()
740 return (divetype & diveset->divetypemask); in SCIPdivesetSupportsType()
828 assert(divetype & diveset->divetypemask); in SCIPdivesetGetScore()