#include "nusmv/core/utils/utils.h"
#include "nusmv/core/fsm/bdd/BddFsm.h"
#include "nusmv/core/enc/bdd/BddEnc.h"
#include "nusmv/core/dd/dd.h"
Go to the source code of this file.
Defines | |
#define | SIMULATE_TRANS_SET(x) ((SimulateTransSet_ptr) x) |
#define | SIMULATE_TRANS_SET_CHECK_INSTANCE(x) (nusmv_assert(SIMULATE_TRANS_SET(x) != SIMULATE_TRANS_SET(NULL))) |
Typedefs | |
typedef struct SimulateTransSet_TAG * | SimulateTransSet_ptr |
#define SIMULATE_TRANS_SET | ( | x | ) | ((SimulateTransSet_ptr) x) |
#define SIMULATE_TRANS_SET_CHECK_INSTANCE | ( | x | ) | (nusmv_assert(SIMULATE_TRANS_SET(x) != SIMULATE_TRANS_SET(NULL))) |
typedef struct SimulateTransSet_TAG* SimulateTransSet_ptr |