#include "nusmv/core/sat/SatSolver.h"
#include "nusmv/core/utils/Olist.h"
Go to the source code of this file.
Defines | |
#define | SAT_INC_SOLVER(x) ((SatIncSolver_ptr) x) |
#define | SAT_INC_SOLVER_CHECK_INSTANCE(x) (nusmv_assert(SAT_INC_SOLVER(x) != SAT_INC_SOLVER(NULL))) |
Typedefs | |
typedef struct SatIncSolver_TAG * | SatIncSolver_ptr |
#define SAT_INC_SOLVER | ( | x | ) | ((SatIncSolver_ptr) x) |
#define SAT_INC_SOLVER_CHECK_INSTANCE | ( | x | ) | (nusmv_assert(SAT_INC_SOLVER(x) != SAT_INC_SOLVER(NULL))) |
typedef struct SatIncSolver_TAG* SatIncSolver_ptr |