#include "nusmv/core/compile/symb_table/SymbTable.h"
#include "nusmv/core/dd/dd.h"
#include "nusmv/core/utils/utils.h"
#include "nusmv/core/node/node.h"
#include "nusmv/core/enc/utils/AddArray.h"
Go to the source code of this file.
Defines | |
#define | BDD_ENC_CACHE(x) ((BddEncCache_ptr) x) |
#define | BDD_ENC_CACHE_CHECK_INSTANCE(x) ( nusmv_assert(BDD_ENC_CACHE(x) != BDD_ENC_CACHE(NULL)) ) |
Typedefs | |
typedef struct BddEncCache_TAG * | BddEncCache_ptr |
#define BDD_ENC_CACHE | ( | x | ) | ((BddEncCache_ptr) x) |
#define BDD_ENC_CACHE_CHECK_INSTANCE | ( | x | ) | ( nusmv_assert(BDD_ENC_CACHE(x) != BDD_ENC_CACHE(NULL)) ) |
typedef struct BddEncCache_TAG* BddEncCache_ptr |