Function Highs_getNumCol

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

Return the number of columns in the model.

@param highs A pointer to the Highs instance.

@returns The number of columns in the model.