Function SCIPgetCurvatureNonlinear

Source
pub unsafe extern "C" fn SCIPgetCurvatureNonlinear(
    cons: *mut SCIP_CONS,
) -> SCIP_EXPRCURV
Expand description

returns the curvature of the expression of a given nonlinear constraint

@note The curvature information is computed during CONSINITSOL.