Function highs_sys::Highs_clear

source ·
pub unsafe extern "C" fn Highs_clear(highs: *mut c_void) -> HighsInt
Expand description

Reset the options and then call clearModel.

See Highs_destroy to free all associated memory.

@param highs A pointer to the Highs instance.

@returns A kHighsStatus constant indicating whether the call succeeded.