Includes, clean-up
We are trying to avoid including stuff whenever possible. Forward declarations are prefered in most cases, just in case...
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef __BDD_MACRO_HH__
|
||||
#define __BDD_MACRO_HH__
|
||||
|
||||
#include "cudd.hh"
|
||||
|
||||
#define BDD_IFF(p,q) (!(p+q)+(p*q))
|
||||
#define BDD_TRUE (cuddMgr->bddOne())
|
||||
#define BDD_FALSE (cuddMgr->bddZero())
|
||||
|
||||
Reference in New Issue
Block a user