SCIPremoveExprChildren

Function SCIPremoveExprChildren 

Source
pub unsafe extern "C" fn SCIPremoveExprChildren(
    scip: *mut SCIP,
    expr: *mut SCIP_EXPR,
) -> SCIP_RETCODE
Expand description

remove all children of expr

@attention Only use if you really know what you are doing. The expression handler of the expression needs to be able to handle the removal of all children.