pub unsafe extern "C" fn Highs_run(highs: *mut c_void) -> HighsIntExpand description
Optimize a model. The algorithm used by HiGHS depends on the options that have been set.
@param highs A pointer to the Highs instance.
@returns A kHighsStatus constant indicating whether the call succeeded.