pub unsafe extern "C" fn SCIPqueueCreate(
queue: *mut *mut SCIP_QUEUE,
initsize: c_int,
sizefac: f64,
) -> SCIP_RETCODEExpand description
creates a (circular) queue, best used if the size will be fixed or will not be increased that much
pub unsafe extern "C" fn SCIPqueueCreate(
queue: *mut *mut SCIP_QUEUE,
initsize: c_int,
sizefac: f64,
) -> SCIP_RETCODEcreates a (circular) queue, best used if the size will be fixed or will not be increased that much