pub unsafe extern "C" fn SCIPexprGetHdlr(
expr: *mut SCIP_EXPR,
) -> *mut SCIP_EXPRHDLRExpand description
gets the expression handler of an expression
This identifies the type of the expression (sum, variable, …).
pub unsafe extern "C" fn SCIPexprGetHdlr(
expr: *mut SCIP_EXPR,
) -> *mut SCIP_EXPRHDLRgets the expression handler of an expression
This identifies the type of the expression (sum, variable, …).