pub unsafe extern "C" fn SCIPexpriterGetStageDFS(
iterator: *mut SCIP_EXPRITER,
) -> SCIP_EXPRITER_STAGEExpand 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.