SCIPexpriterSetStagesDFS

Function SCIPexpriterSetStagesDFS 

Source
pub unsafe extern "C" fn SCIPexpriterSetStagesDFS(
    iterator: *mut SCIP_EXPRITER,
    stopstages: SCIP_EXPRITER_STAGE,
)
Expand description

specifies in which stages to stop a DFS iterator

Parameter stopstages should be a bitwise OR of different \ref SCIP_EXPRITER_STAGE values

If the current stage is not one of the stopstages, then the iterator will be moved on.