pub unsafe extern "C" fn Highs_getColIntegrality(
highs: *const c_void,
col: HighsInt,
integrality: *mut HighsInt,
) -> HighsIntExpand 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.