SCIPappendExprChild

Function SCIPappendExprChild 

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

appends child to the children list 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 an increase in the number of children.