Function Highs_getColIntegrality

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

Get the integrality of a column.

@param col The index of the column to query. @param integrality An integer in which the integrality of the column should be placed. The integer is one of the kHighsVarTypeXXX constants.

@returns A kHighsStatus constant indicating whether the call succeeded.