Skip to main content

Highs_passModelName

Function Highs_passModelName 

Source
pub unsafe extern "C" fn Highs_passModelName(
    highs: *const c_void,
    name: *const c_char,
) -> HighsInt
Expand description

Pass the name of the model.

@param highs A pointer to the Highs instance. @param name The name of the model.

@returns A kHighsStatus constant indicating whether the call succeeded.