SCIPcollectMemoryGarbage

Function SCIPcollectMemoryGarbage 

Source
pub unsafe extern "C" fn SCIPcollectMemoryGarbage(scip: *mut SCIP)
Expand description

run garbage collection on block memory

For both settings and problems block memory, frees unused chunks in chunk blocks and frees chunk blocks that have no chunks by calling BMSgarbagecollectBlockMemory(). Note that the former (freeing unused chunks) is also done automatically when a chunk block has many unused chunks.