pub unsafe extern "C" fn SCIPexprGetCurvature(
    expr: *mut SCIP_EXPR
) -> SCIP_EXPRCURV
Expand description

returns the curvature of an expression

@note Call SCIPcomputeExprCurvature() before calling this function.