Changes to be able to compile ABC without CUDD.

This commit is contained in:
Alan Mishchenko
2015-08-24 19:49:18 -07:00
parent 1fffe8f6f3
commit 77d64787e0
50 changed files with 591 additions and 192 deletions
+2 -1
View File
@@ -28,10 +28,11 @@
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include <math.h>
#include "base/main/main.h"
#include "map/mio/mio.h"
#include "mapper.h"
#include "misc/extra/extraBdd.h"
ABC_NAMESPACE_HEADER_START
+1
View File
@@ -22,6 +22,7 @@
#include "misc/st/st.h"
#include "map/mio/mio.h"
#include "bool/kit/kit.h"
#include "misc/extra/extra.h"
ABC_NAMESPACE_IMPL_START