pub unsafe extern "C" fn SCIPexpriterGetNext(
    iterator: *mut SCIP_EXPRITER
) -> *mut SCIP_EXPR
Expand description

moves the iterator to the next expression according to the mode of the expression iterator

@return the next expression, if any, and NULL otherwise