CBMC
bdd.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Binary Decision Diagrams
4 
5 Author: Romain Brenguier, romain.brenguier@diffblue.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_SOLVERS_BDD_BDD_H
13 #define CPROVER_SOLVERS_BDD_BDD_H
14 
15 #ifdef HAVE_CUDD
16 #include "bdd_cudd.h"
17 #else
18 #include "bdd_miniBDD.h"
19 #endif // HAVE_CUDD
20 
21 #endif // CPROVER_SOLVERS_BDD_BDD_H
bdd_miniBDD.h
bdd_cudd.h