SCIPexpriterGetStageDFS

Function SCIPexpriterGetStageDFS 

Source
pub unsafe extern "C" fn SCIPexpriterGetStageDFS(
    iterator: *mut SCIP_EXPRITER,
) -> SCIP_EXPRITER_STAGE
Expand description

gets the current stage that the expression iterator is in when using DFS

If the iterator has finished (SCIPexpriterIsEnd() is TRUE), then the stage is undefined.