From faf1265bb82f934cc14b6106ccce89e37203efbd Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 2 Nov 2006 08:01:00 -0800 Subject: Version abc61102 --- src/temp/aig/cudd2.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/temp/aig/cudd2.h') diff --git a/src/temp/aig/cudd2.h b/src/temp/aig/cudd2.h index 800ee33f..69711c11 100644 --- a/src/temp/aig/cudd2.h +++ b/src/temp/aig/cudd2.h @@ -25,6 +25,11 @@ extern "C" { #endif +// HA: Added for printing messages +#ifndef MSG +#define MSG(msg) (printf("%s = \n",(msg))); +#endif + //////////////////////////////////////////////////////////////////////// /// INCLUDES /// //////////////////////////////////////////////////////////////////////// @@ -52,6 +57,7 @@ extern "C" { extern void Cudd2_Init ( unsigned int numVars, unsigned int numVarsZ, unsigned int numSlots, unsigned int cacheSize, unsigned long maxMemory, void * pCudd ); extern void Cudd2_Quit ( void * pCudd ); +extern void Cudd2_bddOne ( void * pCudd, void * pResult ); extern void Cudd2_bddIthVar ( void * pCudd, int iVar, void * pResult ); extern void Cudd2_bddAnd ( void * pCudd, void * pArg0, void * pArg1, void * pResult ); extern void Cudd2_bddOr ( void * pCudd, void * pArg0, void * pArg1, void * pResult ); -- cgit v1.2.3