diff options
Diffstat (limited to 'src/sat/bsat/satInterA_mod.c')
-rw-r--r-- | src/sat/bsat/satInterA_mod.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sat/bsat/satInterA_mod.c b/src/sat/bsat/satInterA_mod.c index faf396a6..199e9bd3 100644 --- a/src/sat/bsat/satInterA_mod.c +++ b/src/sat/bsat/satInterA_mod.c @@ -26,6 +26,9 @@ #include "satStore.h" #include "aig.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -1102,3 +1105,5 @@ Aig_Man_t * Inta_ManDeriveClauses( Inta_Man_t * pMan, Sto_Man_t * pCnf, int fCla //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |