struct_mem.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 39 BMS_BLKMEM* probmem; /**< memory blocks for original problem and solution process: preprocessing, bab-tree, ... */ 41 BMS_BUFMEM* cleanbuffer; /**< memory buffers for short living temporary objects, initialized to all zero */ Definition: memory.c:2415 Definition: struct_mem.h:36 type definitions for block memory pools and memory buffers common defines and data types used in all packages of SCIP memory allocation routines |