SCIPqueueCreate

Function SCIPqueueCreate 

Source
pub unsafe extern "C" fn SCIPqueueCreate(
    queue: *mut *mut SCIP_QUEUE,
    initsize: c_int,
    sizefac: f64,
) -> SCIP_RETCODE
Expand description

creates a (circular) queue, best used if the size will be fixed or will not be increased that much