SCIPexpriterGetParentDFS

Function SCIPexpriterGetParentDFS 

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

gives the parent of the current expression of an expression iteration if in DFS mode

@return the expression from which the current expression has been accessed