fix cudd support.

This commit is contained in:
Vitor Santos Costa
2012-07-08 07:45:16 -05:00
parent bc8c9a423a
commit d78a55ca83
6 changed files with 4228 additions and 14739 deletions

View File

@@ -192,9 +192,25 @@
#include <string.h>
#include <math.h>
#include <time.h>
#include "util.h"
#include "../../../config.h"
#if HAVE_UTIL_H
#include <util.h>
#endif
#if HAVE_CUDD_UTIL_H
#include <cudd/util.h>
#endif
#if HAVE_CUDD_H
#include "cudd.h"
#endif
#if HAVE_CUDD_CUDD_H
#include "cudd/cudd.h"
#endif
#if HAVE_CUDDINT_H
#include "cuddInt.h"
#endif
#if HAVE_CUDD_CUDDINT_H
#include "cudd/cuddInt.h"
#endif
#include "general.h"
#define IsHigh(manager, node) HIGH(manager) == node