#include <dbmfederation.h>
Public Attributes | |
DBMList_t * | freeDBM |
list of deallocated DBMs | |
size_t | sizeOfAlloc |
sizeof(DBMList_t)+maxDim*maxDim*sizeof(raw_t) in the preconditions, we refer to factory->dim for simplicity | |
cindex_t | maxDim |
maximal dimension handled by this factory |
The allocated DBM is of dimension = max possible dimension.
|
list of deallocated DBMs
|
|
maximal dimension handled by this factory
|
|
sizeof(DBMList_t)+maxDim*maxDim*sizeof(raw_t) in the preconditions, we refer to factory->dim for simplicity
|