Blis  0.94.0
config_blis.h
Go to the documentation of this file.
1 /* src/config_blis.h. Generated by configure. */
2 /*===========================================================================*
3  * This file is part of the BiCePS Linear Integer Solver (BLIS). *
4  * *
5  * BLIS is distributed under the Eclipse Public License as part of the *
6  * COIN-OR repository (http://www.coin-or.org). *
7  * *
8  * Authors: *
9  * *
10  * Yan Xu, Lehigh University *
11  * Ted Ralphs, Lehigh University *
12  * *
13  * Conceptual Design: *
14  * *
15  * Yan Xu, Lehigh University *
16  * Ted Ralphs, Lehigh University *
17  * Laszlo Ladanyi, IBM T.J. Watson Research Center *
18  * Matthew Saltzman, Clemson University *
19  * *
20  * *
21  * Copyright (C) 2001-2013, Lehigh University, Yan Xu, and Ted Ralphs. *
22  * All Rights Reserved. *
23  *===========================================================================*/
24 
25 #ifndef __CONFIG_BLIS_H__
26 #define __CONFIG_BLIS_H__
27 
28 /* Version number of project */
29 #define BLIS_VERSION "0.94.0"
30 
31 /* Major Version number of project */
32 #define BLIS_VERSION_MAJOR 0
33 
34 /* Minor Version number of project */
35 #define BLIS_VERSION_MINOR 94
36 
37 /* Release Version number of project */
38 #define BLIS_VERSION_RELEASE 0
39 
40 /* SVN revision of project */
41 /* #undef BLIS_SVN_REV */
42 
43 #endif