Skip to main content

Highs_startCallback

Function Highs_startCallback 

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

Start callback of given type

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

@returns A kHighsStatus constant indicating whether the call succeeded.