Function highs_sys::Highs_getNumNz

source ·
pub unsafe extern "C" fn Highs_getNumNz(
    highs: *const c_void
) -> HighsInt
Expand description

Return the number of nonzeros in the constraint matrix of the model.

@param highs A pointer to the Highs instance.

@returns The number of nonzeros in the constraint matrix of the model.