SCIPexprGetHdlr

Function SCIPexprGetHdlr 

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

gets the expression handler of an expression

This identifies the type of the expression (sum, variable, …).