pub unsafe extern "C" fn SCIPgetIntarrayMinIdx(
    scip: *mut SCIP,
    intarray: *mut SCIP_INTARRAY
) -> c_int
Expand description

returns the minimal index of all stored non-zero elements

@return the minimal index of all stored non-zero elements