pub unsafe extern "C" fn SCIPgetCurvatureNonlinear(
cons: *mut SCIP_CONS,
) -> SCIP_EXPRCURVExpand description
returns the curvature of the expression of a given nonlinear constraint
@note The curvature information is computed during CONSINITSOL.