Skip to main content

Highs_stopCallback

Function Highs_stopCallback 

Source
pub unsafe extern "C" fn Highs_stopCallback(
    highs: *mut c_void,
    callback_type: HighsInt,
) -> HighsInt
Expand description

Stop callback of given type

@param highs A pointer to the Highs instance. @param callback_type The type of callback to be stopped

@returns A kHighsStatus constant indicating whether the call succeeded.