libDAI
dai_config.h
Go to the documentation of this file.
1 /* This file is part of libDAI - http://www.libdai.org/
2  *
3  * Copyright (c) 2006-2011, The libDAI authors. All rights reserved.
4  *
5  * Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
6  */
7 
8 
11 
12 
13 #ifndef __defined_libdai_config_h
14 #define __defined_libdai_config_h
15 
16 
17 #define DAI_WITH_BP
18 #define DAI_WITH_FBP
19 #define DAI_WITH_TRWBP
20 #define DAI_WITH_MF
21 #define DAI_WITH_HAK
22 #define DAI_WITH_LC
23 #define DAI_WITH_TREEEP
24 #define DAI_WITH_JTREE
25 #define DAI_WITH_MR
26 #define DAI_WITH_GIBBS
27 #define DAI_WITH_CBP
28 #define DAI_WITH_DECMAP
29 #define DAI_WITH_GLC
30 
31 
32 #endif