Function highs_sys::Highs_run

source ·
pub unsafe extern "C" fn Highs_run(highs: *mut c_void) -> HighsInt
Expand 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.