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