PolyBoRi
pbori_routines.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 //*****************************************************************************
14 //*****************************************************************************
15 
16 #ifndef polybori_routines_pbori_routines_h_
17 #define polybori_routines_pbori_routines_h_
18 
19 // include basic definitions
20 #include <polybori/pbori_defs.h>
21 
22 // include polybori algorithms and functionals
23 #include "pbori_algo.h"
24 #include "pbori_func.h"
25 
26 // Get routines, which add features related to decision diagrams
27 #include "pbori_routines_dd.h"
28 
29 // Get routines, which add features related to Cudd library
30 #include "pbori_routines_cuddext.h"
31 
32 // Get additional routines
33 #include "pbori_routines_misc.h"
34 
35 // Get order-related routines
36 #include "pbori_routines_order.h"
37 
38 // Get hash-related routines
39 #include "pbori_routines_hash.h"
40 
41 #endif