Function SCIPexprGetChildren

Source
pub unsafe extern "C" fn SCIPexprGetChildren(
    expr: *mut SCIP_EXPR,
) -> *mut *mut SCIP_EXPR
Expand description

gives the children of an expression (can be NULL if no children)