Function SCIPnlpiGetEvalTime

Source
pub unsafe extern "C" fn SCIPnlpiGetEvalTime(
    nlpi: *mut SCIP_NLPI,
) -> f64
Expand description

gives total time spend in function evaluation during NLP solves

If parameter timing/nlpieval is off (the default), depending on the NLP solver, this may just return 0.