#include "nusmv/core/sat/SatIncSolver.h"
Go to the source code of this file.
Defines | |
#define | SAT_MINISAT(x) ((SatMinisat_ptr) x) |
#define | SAT_MINISAT_CHECK_INSTANCE(x) (nusmv_assert(SAT_MINISAT(x) != SAT_MINISAT(NULL))) |
Typedefs | |
typedef struct SatMinisat_TAG * | SatMinisat_ptr |
#define SAT_MINISAT | ( | x | ) | ((SatMinisat_ptr) x) |
#define SAT_MINISAT_CHECK_INSTANCE | ( | x | ) | (nusmv_assert(SAT_MINISAT(x) != SAT_MINISAT(NULL))) |
typedef struct SatMinisat_TAG* SatMinisat_ptr |