pub unsafe extern "C" fn Highs_getRunTime(highs: *const c_void) -> f64
Expand description

Return the cumulative wall-clock time spent in Highs_run.

@param highs A pointer to the Highs instance.

@returns The cumulative wall-clock time spent in Highs_run