Blis 0.94
Loading...
Searching...
No Matches
config_blis_default.h
Go to the documentation of this file.
1/*===========================================================================*
2 * This file is part of the BiCePS Linear Integer Solver (BLIS). *
3 * *
4 * BLIS is distributed under the Eclipse Public License as part of the *
5 * COIN-OR repository (http://www.coin-or.org). *
6 * *
7 * Authors: *
8 * *
9 * Yan Xu, Lehigh University *
10 * Ted Ralphs, Lehigh University *
11 * *
12 * Conceptual Design: *
13 * *
14 * Yan Xu, Lehigh University *
15 * Ted Ralphs, Lehigh University *
16 * Laszlo Ladanyi, IBM T.J. Watson Research Center *
17 * Matthew Saltzman, Clemson University *
18 * *
19 * *
20 * Copyright (C) 2001-2019, Lehigh University, Yan Xu, and Ted Ralphs. *
21 * All Rights Reserved. *
22 *===========================================================================*/
23
24/***************************************************************************/
25/* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
26/* These are only in effect in a setting that doesn't use configure */
27/***************************************************************************/
28
29/* Version number of project */
30#define BLIS_VERSION "trunk"
31
32/* Major Version number of project */
33#define BLIS_VERSION_MAJOR 9999
34
35/* Minor Version number of project */
36#define BLIS_VERSION_MINOR 9999
37
38/* Release Version number of project */
39#define BLIS_VERSION_RELEASE 9999
40