ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
AbcApi.cpp
Go to the documentation of this file.
1
19
20#include "Solver.h"
21#include "sat/cnf/cnf.h"
22
24
25using namespace Minisat;
26
30
34
47{
48 Solver S;
49 int Result = -1;
50 return Result;
51}
52
53
57
58
int Abc_CallMiniSat22(Cnf_Dat_t *p)
DECLARATIONS ///.
Definition AbcApi.cpp:46
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
struct Cnf_Dat_t_ Cnf_Dat_t
Definition cnf.h:52
Cube * p
Definition exorList.c:222
Definition Alg.h:28