ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
giaSatSyn.c
Go to the documentation of this file.
1
20
21#include "gia.h"
22#include "misc/util/utilTruth.h"
24
26
27
31
32
36
48Gia_Man_t * Gia_ManSyn( Gia_Man_t * p, int nNodes, int nOuts, int nTimeLimit, int fUseXor, int fFancy, int fVerbose )
49{
50 Gia_Man_t * pNew = NULL;
51 return pNew;
52}
53
57
58
60
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
Cube * p
Definition exorList.c:222
ABC_NAMESPACE_IMPL_START Gia_Man_t * Gia_ManSyn(Gia_Man_t *p, int nNodes, int nOuts, int nTimeLimit, int fUseXor, int fFancy, int fVerbose)
DECLARATIONS ///.
Definition giaSatSyn.c:48
struct Gia_Man_t_ Gia_Man_t
Definition gia.h:96