pub unsafe extern "C" fn SCIPnlpiGetEvalTime(
nlpi: *mut SCIP_NLPI,
) -> f64Expand 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.