pub unsafe extern "C" fn SCIPexprGetCurvature(
expr: *mut SCIP_EXPR,
) -> SCIP_EXPRCURVExpand description
returns the curvature of an expression
@note Call SCIPcomputeExprCurvature() before calling this function.
pub unsafe extern "C" fn SCIPexprGetCurvature(
expr: *mut SCIP_EXPR,
) -> SCIP_EXPRCURVreturns the curvature of an expression
@note Call SCIPcomputeExprCurvature() before calling this function.