SCIPextendRealarray

Function SCIPextendRealarray 

Source
pub unsafe extern "C" fn SCIPextendRealarray(
    scip: *mut SCIP,
    realarray: *mut SCIP_REALARRAY,
    minidx: c_int,
    maxidx: c_int,
) -> SCIP_RETCODE
Expand description

extends dynamic array to be able to store indices from minidx to maxidx

@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.