Blis 0.95.0
Loading...
Searching...
No Matches
config_blis.h
Go to the documentation of this file.
1/* src/config_blis.h. Generated from config_blis.h.in 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-2023, 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/* For DLL import/export */
29#define BLISLIB_EXPORT
30
31/* Version number of project */
32#define BLIS_VERSION "0.95.0"
33
34/* Major Version number of project */
35#define BLIS_VERSION_MAJOR 0
36
37/* Minor Version number of project */
38#define BLIS_VERSION_MINOR 95
39
40/* Release Version number of project */
41#define BLIS_VERSION_RELEASE 0
42
43#endif